Field | Type | Description | Validation |
---|---|---|---|
barcode | string | The standardized product identifier to be scanned by the carrier. | 2-225 characters |
count | number (double) | The amount or number of a specific product purchased. | Required, Positive integer |
country_of_origin | string | Two letter ISO country code of the manufacturer. | Two-letter ISO country code. Learn more. |
description | string | A description of the product (required for international shipping). | 1-225 characters |
dim_units | string | The unit used to measure dimensions in this order. | Required, Possible values: mm cm m km inch foot mile |
harmonized_code | string | (International shipping). The standardized product classification used for customs and compliance. | 8 digits |
height | number (double) | The product height. | Required, Positive decimal |
id | number (double) | The ID of this object in Delivery Hub. | Valid uuid |
image_url | string | The URL of an image of the product. | URL |
length | number (double) | The product length. | Required, Positive decimal |
name | string | The product name. | Required, 1-225 characters |
order_id | number (double) | Bringg's ID for this order. | - |
price | number (double) | The price of the product as charged to the customer. Formatted to include cents. For example, a value of 25000 using USD as currency would appear as $250.00 in the Delivery Hub UI. | Required, Positive Integer, Can be 0 |
sku | string | The product's Stock Keeping Unit (SKU), an identifier used to track inventory and sales. | 2-225 characters |
source_id | string | Your source system's ID for this product. | Required, Valid uuid |
special_services | object | Special services on the product level, such as fragile. | - |
weight | number (double) | The product weight. | Required, Positive decimal |
weight_units | string | The unit used to measure weight in this order. | Required, Possible values: g kg t lb oz |
width | number (double) | The product width. | Required, Positive decimal |