Schema for bags available for reorder, can be used to create a new order from a previous purchase.
Fields
article_assignment
BagsForReorderArticleAssignmentSchema for article assignment describing how reorder inventory is sourced. For example, { level: 'single-company', strategy: 'optimal' }.
item_id
IntThe unique identifier of the item to be reordered. For example, 95988.
item_size
StringThe size of the item. For example, 'M'.
quantity
IntThe quantity of the item. For example, 1.
seller_id
IntThe identifier for the seller providing the inventory. For example, 85.
store_id
IntThe identifier for the store fulfilling the order. For example, 616.
Was this section helpful?