Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Last active September 28, 2023 07:29
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/e846a2a2cc001a5aca2060cd45b17b2f to your computer and use it in GitHub Desktop.
Save chanakaDe/e846a2a2cc001a5aca2060cd45b17b2f to your computer and use it in GitHub Desktop.
{
"api_environment": "staging",
"vendor_id": "33",
"vendor_order_id": "123456",
"vendor_sales_id": "987654321",
"internal_comment": "demo testing",
"customer_comment": "Kundenkommentar",
"invoice_comment": "Belegkommentar",
"check24_sub_id" : "123456789",
"payments": [
],
"articles": [
{
"article_sku_id": "14791",
"quantity": "1",
"price": "99.99"
}
],
"addresses": [
{
"firstname": "Chanu",
"lastname": "De Silva",
"gender": "1",
"street": "Hinterburg 6",
"city": "Fulda",
"zipcode": "36037",
"email": "erika@mustermann.de",
"address_type": "1",
"addition": "",
"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