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": ""
}
Name | Type | Required | Restrictions | Description |
---|
name | string | true | none | The name of the item to be purchased. |
category | string | false | none | The category of the product under which the item is listed. |
quantity | integer | true | none | The number of items to be purchased. The value must be greater than 0. |
unitPrice | object | true | none | The price per unit of item. The value must be greater than or equal to 0. |
➥ currency | string | true | none | The three letter currency code as defined in ISO 4217. |
➥ value | integer(int64) | true | none | Monetary value as an integral number of the currency fractional unit e.g for USD: cents |
unitTax | object | true | none | The tax per unit of item. The value must be greater than or equal to 0. |
➥ currency | string | true | none | The three letter currency code as defined in ISO 4217. |
➥ value | integer(int64) | true | none | Monetary value as an integral number of the currency fractional unit e.g for USD: cents |
sku | string | false | none | The unique SKU number of the item. |
itemUrl | string | false | none | The URL for referencing further details about the item. |
imageUrl | string | false | none | The URL for the item image. |
description | string | false | none | A longer description of the item. |
shippingCost | object | true | none | The cost of shipping all units of this item. The value must be greater than or equal to 0. |
➥ currency | string | true | none | The three letter currency code as defined in ISO 4217. |
➥ value | integer(int64) | true | none | Monetary value as an integral number of the currency fractional unit e.g for USD: cents |
shippingProvider | string | false | none | The provider that will be used to ship the item. |
shippingDescription | string | false | none | The description of the shipping method (e.g. standard, express). |
shippingTrackingNumber | string | false | none | The tracking number that is provided by a shipping provider. |
shippingTrackingUrl | string | false | none | The URL for referencing further details about the shipping. |
fulfillmentType | string | false | none | The fulfillment type of the order item. |