Skip to main content

DecompositionStrategyEnum

Controls how fulfillment items are auto-decomposed into components during allocation.

enum DecompositionStrategyEnum {
ALWAYS
IF_NEEDED
NONE
}

Values

DecompositionStrategyEnum.ALWAYS

Always decompose unless the fulfillment item has sufficient inventory.

DecompositionStrategyEnum.IF_NEEDED

Decompose only when the fulfillment item has no available inventory but components have sufficient available-to-make stock.

DecompositionStrategyEnum.NONE

Do not auto-decompose fulfillment items.

Member Of

FulfillmentProfile object ● RegisterFulfillmentProfileInput input ● UpdateFulfillmentProfileInput input