Defines details of individual products or line items.
Used to specify which product(s) a transition or update applies to.
Example: `{ "identifier": "21500347", "line_number": 1, "quantity": 1 }`
Fields
identifier
StringA unique string that serves as the product’s identifier, such as a SKU, barcode, or another distinct code. This ensures the product is correctly identified and distinguished from other items in the system.
line_number
IntThe specific line item of bag. For example, 1.
quantity
IntThe quantity of the product. For example, 1.
Was this section helpful?