stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderSplitUserErrorCode

AdminTypes.FulfillmentOrderSplitUserErrorCode enum

Possible error codes that can be returned by FulfillmentOrderSplitUserError.

Signature:

export declare enum FulfillmentOrderSplitUserErrorCode 

Enumeration Members

Member Value Description
FulfillmentOrderNotFound "FULFILLMENT_ORDER_NOT_FOUND" The fulfillment order could not be found.
GreaterThan "GREATER_THAN" The fulfillment order line item quantity must be greater than 0.
InvalidLineItemQuantity "INVALID_LINE_ITEM_QUANTITY" The fulfillment order line item quantity is invalid.