Skip to content

Instantly share code, notes, and snippets.

@amixpal
Created January 6, 2021 09:03
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 amixpal/3d6bd1e6d288e5ac1bad7a531a52a116 to your computer and use it in GitHub Desktop.
Save amixpal/3d6bd1e6d288e5ac1bad7a531a52a116 to your computer and use it in GitHub Desktop.
To place an order
{
"expectedDeliveryDate": "2020-05-20T12:45:21.072Z",
"extOrderReference": "Fynch-123456",
"extInvoiceReference": "Invoice-123456F",
"fulfillmentInstructions": "enter instructions here",
"personalCardText": "Thank you",
"orderLines": [{
"productCode": "0000061060516",
"productValue": 6,
"packageCode": "E18",
"amount": 2,
"customShipToFirstName": "Amit",
"customShipToLastName": "Pal",
"customShipToAddress": true,
"customShipToEmail": "amix.pal@gmail.com"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment