Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.3 KB

OrderItem.md

File metadata and controls

20 lines (12 loc) · 1.3 KB

OrderItem

Properties

Name Type Description Notes
id String The item's ExternalID in the partner system.
grabItemID String The item's ID in Grab system. Partner can use this field in the `EditOrder` endpoint.
quantity Integer The number of the item ordered.
price Long The price (tax-inclusive) in minor format for 1 item and modifiers under it. `Item price(tax inclusive) + Modifier price(tax inclusive) (22411.06)+(1651.06)=2550`.
tax Long Tax in minor format for 1 item and all modifiers under it. `0` if tax configuration is absent. `Item tax + Modifier tax (22410.06)+(1650.06)=144`. Refer to FAQs for more details about tax.
specifications String An extra note for the merchant. `Blank` if no note from consumer. [optional]
outOfStockInstruction OutOfStockInstruction [optional]
modifiers List<OrderItemModifier> An array of JSON objects modifiers. Read this for more information. [optional]