Last active
September 28, 2023 07:29
-
-
Save chanakaDe/e846a2a2cc001a5aca2060cd45b17b2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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": "[email protected]", | |
"address_type": "1", | |
"addition": "", | |
"country_iso": "DE" | |
}, | |
{ | |
"full_name": "John Doe", | |
"gender": "2", | |
"street": "wiesenmuehle straße 9", | |
"city": "Fulda", | |
"zipcode": "36039", | |
"email": "[email protected]", | |
"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