Contents
Models
Content Model
The Content Model serves as a representation of the individual items contained within a parcel. This model allows users to define and manage various attributes associated with each item, ensuring that all necessary information is captured for effective handling and processing.
object "content"
The description of the model.
id string
unique identifier for the content item, prefixed with cont_
.
organization_id string
The unique identifier for the organization that owns or manages the content item.
attributes string[]
An array of attributes associated with the content item. These attributes provide additional details that describe the characteristics or handling requirements of the item. See attributes
tags string[]
An array of tags for special handling of the content item. These tags are used to indicate specific handling requirements or conditions that need to be considered during the processing and transportation of the item. See tags
is_asset boolean
Indicates whether the content item is considered an asset. Defaults to false.
layout object
An object that contains information about the layout associated with the content item.
Show Details
comment string
A text field that allows users to add additional notes or remarks related to the content item.
damaged_qty number
The quantity of items within the content that have been identified as damaged. Defaults to 0.
verified_qty number
The quantity of items within the content that have been verified for accuracy and condition. Defaults to 0.
packed_qty number
The quantity of items within the content that have been packed for shipment. Defaults to 0.
defective_qty number
The quantity of items within the content that have been identified as defective. Defaults to 0.
item_id string
The unique identifier for the item associated with this content. This ID links the content to a specific item in the inventory system, allowing for easy tracking and management of the item throughout its lifecycle.
gtin string
The Global Trade Item Number (GTIN) of the content item. This unique identifier is used internationally to identify products and facilitate their tracking throughout the supply chain.
sku string
The Stock Keeping Unit (SKU) of the content item.
harmonized_code string
The Harmonized System (HS) code of the content item. This internationally standardized numerical method is used to classify traded products and is essential for customs and trade compliance.
image_url string
The URL for the primary image of the content item.
image_urls string[]
An array of URLs for additional images of the content item.
name string
The name of the content item.
origin_country string
The country of origin of the content item. This property indicates where the item was manufactured or produced.
size string
The size of the content item, typically expressed in standard measurement units (e.g. small, medium, large, or specific dimensions such as inches or centimeters).
color string
The color of the content item.
vendor string
The name of the vendor or supplier associated with the content item.
value number
The monetary value of the content item, typically expressed in the relevant currency.
value_added_services object[]
An array of value-added services associated with the content item. Each object in this array represents a specific service that enhances the item’s value or usability. See Value Added Services
manufacturer_numbers string[]
An array of manufacturer numbers associated with the content item.
packaged_length number
The length of the packaged item, typically measured in standard unit such as inches.
packaged_width number
The width of the packaged item, typically measured in standard unit such as inches.
packaged_height number
The height of the packaged item, typically measured in standard unit such as inches.
packaged_weight number
The weight of the packaged item, typically measured in standard unit such as kg.
updated_by string
The ID of the user or key who last updated the content item.
updated_at DateTime
Time in epoch seconds when this content item was last updated.