{
"orderHeader": {
"delieryPhoneNumber": "+46707332109", // Phone number for delivery contact
"orderType": "Normal", // Type of order, should always be 'Normal' in this case
"advisePhoneNumber": "+46707332109", // Phone number for sms notifications
"paymentType": "KlarnaPrepaid", // Payment method
"orderNumber": "4610540", // MaxGaming order number (Order number - End customer)
"deliveryAddress": {
"address1": "Johanneslundsvägen 12", // Street address
"postalCode": "36295", // Zip code
"city": "Urshult",
"countryCode": "SE", // 2 letter ISO country code
"address2": "", // Additional address information
"name1": "Jacob Bay" // First and last name
},
"salesChannel": "MaxGaming (Sweden)", // Which market (domain) the order was placed on
"customerNumber": "754246", // MaxGaming customer number (End customer)
"deliveryMethod": "PN_SE_MPH", // Delivery method code
"adviseEmail": "jacob@maxgaming.se", // Email for email notifications
"deliveryEmail": "jacob@maxgaming.se" // Email for delivery contact
},
"servicePoint": {
"countryId": "SE", // 2 letter ISO country code
"city": "URSHULT", // Service point city
"name": "Tempo Urshult", // Service point display name
"provider": "POS", // Identifier for the delivery service provider
"postalCode": "36254", // Service point zip code
"address1": "Södra Vägen 21A", // Service point street address
"deliveryLocationId": "184578" // Unique ID of the pickup point
},
"orderRows": [
{
"salesData": {
"unitPrice": "3831.20", // Price per item, ex VAT (Price for end customers)
"quantity": "1",
"vatPercent": "25", // VAT as a percentage (Price for end customers)
"currency": "SEK", // Can come in different currencies
"unit": "ST"
},
"purchaseOrderInfo": {
"cost": "3028.98", // Expected cost per item (Our purchase cost from you)
"currency": "SEK",
"purchaseOrder": "PC-19080" // Purchase order reference number
},
"externalRow": {
"externalRowId": "3440057", // Unique order row identifier
"externalPosition": 0, // Extend row position (Extend = Our backend)
"externalSubPosition": 0 // Extend row subposition (Extend = Our backend)
},
"product": {
"productName": "EPIC PU-Leather - Svart / Guld", // Product display name
"productNumber": "NBL-PU-GOL-002", // External product number (SKU)
"productEan": "4250144800264", // EAN
"externalProductNumber": "28440" // MaxGaming product number
}
}
]
}