Last active
October 20, 2020 06:46
-
-
Save makebecoolyeh/1fc6376f92cfe5bb4b41718cc1ce0cd0 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
| { | |
| "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 | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"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.