decomposeFulfillmentItem
Decomposes a fulfillment item into its component lines for warehouse allocation.
Business Rules
- Must be called before allocating when
fulfillmentItem.canBeDecomposedis true. - The fulfillment item must belong to a bundle or base_item product in a draft fulfillment.
Permissions Required
orders:decompose_fulfillment_itempermission
decomposeFulfillmentItem(
input: DecomposeFulfillmentItemInput!
): FulfillmentItem!
Arguments
decomposeFulfillmentItem.input ● DecomposeFulfillmentItemInput! non-null input common
Parameters for DecomposeFulfillmentItem
Type
FulfillmentItem object orders
This type represents an item in an order fulfillment. Each item is associated with a product and a quantity