Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Current »


Create external order via API (Only required data)


{

"orderHeader": {

"orderType": "Normal",

"orderNumberExternal": "externa22l8822",

"customerNumber": "786",

"deliveryMethod": "Hamtas"


},

"orderRows": [

{

"product": {

"productNumber": "00001_zain_GTIN"

},

"salesData": {

"quantity": 1,

"unit": "ST",

"unitPrice": 1,

"vatPercent": 25,

"currency": "DKK"

},

"supplyMode": "Warehouse",

"warehouse": "HJH",

"externalRow": {

"externalPosition":50

}

}

]

}

Create Order and products via campaign and auto added products


{

"orderHeader": {

"orderType": "Normal",

"orderNumberExternal": "external998822",

"customerNumber": "786",

"deliveryMethod": "Hamtas",

"Promotion": {

"usePromotions": true,

"promotionCode": "PANT"

}

},

"orderRows": [

{

"product": {

"productNumber": "00001_zain_GTIN"

},

"salesData": {

"quantity": 1,

"unit": "ST",

"unitPrice": 1,

"vatPercent": 25,

"currency": "DKK"

},

"supplyMode": "Warehouse",

"warehouse": "HJH",

"externalRow": {

"externalPosition":20

}

}

]

}



Add new Row in an existing Order


Update existing row in an Order by external position

  • No labels