input_object

ProductsInput

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
String
A 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
Int
The specific line item of bag. For example, 1.
quantity
Int
The quantity of the product. For example, 1.