Skip to content
Last updated

Order Item

NameData TypeDescription
orderItemIdnumberThe system-generated identifier for the OrderItem. Read-Only field.
lineItemKeystringAn identifier for the OrderItem in the originating system.
skustringThe SKU (stock keeping unit) identifier for the product associated with this line item.
namestringThe name of the product associated with this line item. Cannot be null
imageUrlstringThe public URL to the product image.
weightObject: numbers and stringsThe Weight
quantitynumberThe quantity of product ordered.
unitPricenumberThe sell price of a single item specified by the order source.
taxAmountnumberThe tax price of a single item specified by the order source.
shippingAmountnumberThe shipping amount or price of a single item specified by the order source.
warehouseLocationstringThe location of the product within the seller's warehouse (e.g. Aisle 3, Shelf A, Bin 5)
optionsArray of stringsSee ItemOption for specifics.
productIdnumberThe identifier for the Product Resource associated with this OrderItem.
fulfillmentSkustringThe fulfillment SKU associated with this OrderItem if the fulfillment provider requires an identifier other than the SKU.
adjustmentbooleanIndicates that the OrderItem is a non-physical adjustment to the order (e.g. a discount or promotional code)
upcstringThe Universal Product Code (UPC) associated with this OrderItem.
createDatestringThe timestamp the orderItem was created in ShipStation's database. Read-Only field.
modifyDatestringThe timestamp the orderItem was modified in ShipStation. modifyDate will equal createDate until a modification is made. Read-Only field.