Skip to content

Instantly share code, notes, and snippets.

@makebecoolyeh
Last active October 20, 2020 06:46
Show Gist options
  • Select an option

  • Save makebecoolyeh/1fc6376f92cfe5bb4b41718cc1ce0cd0 to your computer and use it in GitHub Desktop.

Select an option

Save makebecoolyeh/1fc6376f92cfe5bb4b41718cc1ce0cd0 to your computer and use it in GitHub Desktop.
{
"destination": {
"name": "schaetzl"
},
"orderData": {
"sourceOrderId": 2610890473560,
"items": [
{
"sku": "pn-poster",
"quantity": 3,
"shipmentIndex": 0,
"sourceItemId": 5552860299352,
"components": [
{
"code": "text",
"path": "https://storage.projectnord.com/posters/1477.pdf?token=NNscpDcTkDZvbCyLHpPAsBzfazDsssCo",
"fetch": true,
"attributes": {
"Paper_stock": "300_ArcoPrint_1EW_Soho_HP10-BB",
"size": "210x297"
}
}
]
}
],
"shipments": [
{
"shipmentIndex": 0,
"shipTo": {
"name": "Torben Andersen",
"address1": "Lindgrens Alle 9",
"town": "Copenhagen",
"isoCountry": "DK",
"postcode": "2300"
},
"carrier": {
"alias": "warenpost-500g-XS tracked"
}
}
],
"stockItems": [
{
"code": "JA-Pack-PN-A4-flat",
"unitWeight": 48,
"quantity": 1,
"shipmentIndex": 0
}
]
}
}
@Torben-Andersen
Copy link

"stockItems": [
{
"code": "JA-Pack-PN-A4-flat",
"unitWeight": 48,
"quantity": 3,
"shipmentIndex": 0

The quantity of the package is 3 but it should be 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment