Order Item

Name Data Type Description
orderItemId number The system generated identifier for the OrderItem. This is a read-only field.
lineItemKey string An identifier for the OrderItem in the originating system.
sku string The SKU (stock keeping unit) identifier for the product associated with this line item.
name string The name of the product associated with this line item. Cannot be null
imageUrl string The public URL to the product image.
weight Weight The weight of a single item.
quantity number The quantity of product ordered.
unitPrice number The sell price of a single item specified by the order source.
taxAmount number The tax price of a single item specified by the order source.
shippingAmount number The shipping amount or price of a single item specified by the order source.
warehouseLocation string The location of the product within the seller's warehouse (e.g. Aisle 3, Shelf A, Bin 5)
options ItemOption
productId number The identifier for the Product Resource associated with this OrderItem.
fulfillmentSku string The fulfillment SKU associated with this OrderItem if the fulfillment provider requires an identifier other then the SKU.
adjustment boolean Indicates that the OrderItem is a non-physical adjustment to the order (e.g. a discount or promotional code)
upc string The Universal Product Code associated with this OrderItem.
createDate string The timestamp the orderItem was created in ShipStation's database. Read-Only.
modifyDate string The timestamp the orderItem was modified in ShipStation. modifyDate will equal createDate until a modification is made. Read-Only.