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 within the order. This should be provided when creating an order.
Please note:
product.id
of the Product
resource.fulfillment.*.line_items.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.
The ID of the product in your system.
Note that it should be the same as the product.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.id
of the Product
resource.
Harmonized System (HS) Codes.
The origin country of this product. The field should in ISO 3166-1 alpha-3 format.
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...