Untitled
unknown
plain_text
a year ago
2.2 kB
3
Indexable
[ { "PartnerID": "10", // Allways send 10 "CustomerFullname": "Name Surname", "ExternalCustomerID": 0, "CustomerEmail": "email@email.com", "CustomerPhone": "069XXXYYYY", "CustomerAddress": "Customer address", "CustomerCity": "Customer city", "CustomerZipCode": "City Zip Code", "CustomerCountry": "Country (AL)", "OrderDetails": { "orderNumber": "External System Order Number", "idOrderType": "delivery", // delivery or pickup "storeID": "X", // Pikatek will provide StoreID "totalItemsInCard": 4, // Total number of items in this order "idSalesChannel": 0, // Pikatek will provide salesChannel ID "externalOrderID": 0, // "External System Order ID", "netAmount": 7790, // Order net Amount "taxAmount": "0", // Order tax Amount "totAmount": "7790", // Order total Amount "discountAmount" : 0, // Order discount Amount "deliveryFee": "0", // Order delivery fee "orderDate": "2024-06-10 12:29:46", // "deliveryDate": "", // Order delivery date "driver": null, // Order driver name (Leave null if NA ) "orderComment": "", // Order comment "addBy": "932", // Pikatek will provide user id "podID": "", // Tracking code (poID custom Jumbo) "trackingID": "", // Tracking id "status": 5 // External Order status ID }, "order_items": [ { "ExternalProductID": 1076916, // External product ID "ProductName": "Product name", // Product Name "ProductPrice": "3040", // Product Net Price "TaxValue": "0", // Product tax value "isRefund" : false, // Send true if its refund "refundQuantity" : 0, // Number of refund products "Quantity": 2, // Number of active products in card "TotalAmount": "3040", // Total amount ( Product Price * Quantity ) "ProductCode": "8433725432467", // Product Code "ProductCategory": "Product Category", // Product category name "Comment": "" // Comment related to this product. ] } ]
Editor is loading...
Leave a Comment