The OrderItem
model represents an individual product within an order. It includes details such as the product ID, quantity, price and so on. This model ensures accurate item-level tracking for every order placed.
The OrderItem
model represents an individual product within an order. It includes details such as the product ID, quantity, price and so on. This model ensures accurate item-level tracking for every order placed.Show all...
A unique identifier for the line item in your system. This should be provided when creating an order.
Please note:
product.source_id
of the Product
resource.source_id
should be the same as fulfillments.*.line_items.source_id
.The item's SKU (stock keeping unit).
The number of items that have been purchased.
The item's weight.
The weight unit eg: g or kg.
The value of the weight.
The price of the item before discounts and taxes have been applied.Show all...
Currency code for the amount, adhering to the ISO 4217 standard.
The amount value in string format.
The title of the product.
The title of the product variant.
The total amount of the discount allocated to the line item. Including the discount applied only on this item and the allocated discount for the order level discount.
The total amount of the tax allocated to the line item.
Deprecated, do not use. This field is no longer supported and should not be included in API requests. Total items available to fulfill.
The ID of the product in your system.
Note that it should be the same as the product.source_id
of the Product
resource.
The ID of the product variant in source system.
Note that it should be the same as the product.variants.source_id
of the Product
resource.
Harmonized System (HS) Codes.
The origin country of this product.
Image urls of this variant.
Product tags of this variant.
Product categories of this variant.
This field allows you to set the maximum returnable quantity for an order item when importing the order. When a shopper requests a return, they will not be able to select a quantity exceeding this specified limit.
preparing...