Order Item


An item that the Buyer wants to purchase with a Bread product.

{ "name": "Noise Cancelling Headphones Q30", "category": "Headphones", "quantity": 2, "unitPrice": { "currency": "USD", "value": 50000 }, "unitTax": { "currency": "USD", "value": 50000 }, "sku": "string", "itemUrl": "string", "imageUrl": "string", "description": "string", "shippingCost": { "currency": "USD", "value": 50000 }, "shippingProvider": "string", "shippingDescription": "string", "shippingTrackingNumber": "string", "shippingTrackingUrl": "string", "fulfillmentType": "" }

Properties

NameTypeRequiredRestrictionsDescription
namestringtruenoneThe name of the item to be purchased.
categorystringfalsenoneThe category of the product under which the item is listed.
quantityintegertruenoneThe number of items to be purchased. The value must be greater than 0.
unitPriceobjecttruenoneThe price per unit of item. The value must be greater than or equal to 0.
➥ currencystringtruenoneThe three letter currency code as defined in ISO 4217.
➥ valueinteger(int64)truenoneMonetary value as an integral number of the currency fractional unit e.g for USD: cents
unitTaxobjecttruenoneThe tax per unit of item. The value must be greater than or equal to 0.
➥ currencystringtruenoneThe three letter currency code as defined in ISO 4217.
➥ valueinteger(int64)truenoneMonetary value as an integral number of the currency fractional unit e.g for USD: cents
skustringfalsenoneThe unique SKU number of the item.
itemUrlstringfalsenoneThe URL for referencing further details about the item.
imageUrlstringfalsenoneThe URL for the item image.
descriptionstringfalsenoneA longer description of the item.
shippingCostobjecttruenoneThe cost of shipping all units of this item. The value must be greater than or equal to 0.
➥ currencystringtruenoneThe three letter currency code as defined in ISO 4217.
➥ valueinteger(int64)truenoneMonetary value as an integral number of the currency fractional unit e.g for USD: cents
shippingProviderstringfalsenoneThe provider that will be used to ship the item.
shippingDescriptionstringfalsenoneThe description of the shipping method (e.g. standard, express).
shippingTrackingNumberstringfalsenoneThe tracking number that is provided by a shipping provider.
shippingTrackingUrlstringfalsenoneThe URL for referencing further details about the shipping.
fulfillmentTypestringfalsenoneThe fulfillment type of the order item.

Enumerated Values

Value
PICKUP
DELIVERY