When creating order M-PO1198-024-TEST via API, it’s coming through with zeroes for the line item prices, line item totals, order subtotal, and grand total. Oddly the initial order summary drilldown screen (prior to entering into the order details page) shows the correct total, but once you click through to the order detail screen all of that information shows zeroes. We’ve checked the API docs and believe the structure is correct. Please see JSON + screenshots below.
{
“order_id”: “PO1198-024-TEST”,
“cart”: 114045,
“order_date”: “2023-08-21T00:00:00”,
“shipping_address”: {
“name”: “withheld”,
“street1”: “withheld”,
“city”: “Ketchum”,
“state”: “ID”,
“zip”: “83340”,
“country”: “USA”,
“email”: “”
},
“billing_address”: {
“name”: “withheld”,
“street1”: “withheld”,
“city”: “Ketchum”,
“state”: “ID”,
“zip”: “83340”,
“country”: “USA”,
“email”: “”
},
“lines”: [
{
“quantity”: 6,
“product”: {
“sku”: “YSRQF33GSEHUXMAC4WTMDJMU”,
“name”: “withheld”,
“price”: 10.75,
“taxable”: “false”
}
},
{
“quantity”: 12,
“product”: {
“sku”: “BDGTZ4X4JIJ6FEMMS6QGWCEB”,
“name”: “withheld”,
“price”: 10.75,
“taxable”: “false”
}
},
{
“quantity”: 12,
“product”: {
“sku”: “O7OXMVEJU3VESTYJCTKFZXFU”,
“name”: “withheld”,
“price”: 10.75,
“taxable”: “false”
}
}
],
“product_amount”: 322.5,
“tax_amount”: 0,
“grand_total”: 322.5
}
Order Summary Screenshot: Annotation-Annotation on 2023-08-24 at 08-06-18.png.png - Droplr
Order Details Screenshot: Annotation-Annotation on 2023-08-24 at 08-04-24.png.png - Droplr