Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Created August 10, 2021 10:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chanakaDe/66232b86a1d7d37c441032f3f2cb915a to your computer and use it in GitHub Desktop.
Save chanakaDe/66232b86a1d7d37c441032f3f2cb915a to your computer and use it in GitHub Desktop.
{
"dev": "1",
"vendor_id": "1",
"vendor_order_id": "123456789",
"vendor_sales_id": "abc123456",
"fullfillment": "AFN",
"payments": [
{
"via": "1",
"payment_id": "0W437861V1116442L",
"payer_id": "EMMMQ5Q56L2Z2",
"capture_id": "1G360946XM843831D",
"payer_name": "Erika Mustermann",
"amount": "798.00"
}
],
"articles": [
{
"article_id": "12347",
"tax_rate": "19",
"quantity": "1",
"price": "299.00"
},
{
"article_id": "12348",
"tax_rate": "19",
"quantity": "1",
"price": "499.00"
}
],
"addresses": [
{
"firstname": "Erika",
"lastname": "Mustermann",
"gender": "1",
"street": "wiesenmuehle straße 3",
"city": "Fulda",
"zipcode": "36037",
"email": "erika@mustermann.de",
"address_type": "1",
"addition": "Zimmer 123",
"country_iso": "DE"
},
{
"full_name": "John Doe",
"gender": "2",
"street": "wiesenmuehle straße 9",
"city": "Fulda",
"zipcode": "36039",
"email": "john@doe.de",
"address_type": "2",
"addition": "Zimmer 321",
"country_iso": "DE"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment