stack

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

AdminTypes.FulfillmentOrderMergeUserErrorCode enum

Possible error codes that can be returned by FulfillmentOrderMergeUserError.

Signature:

export declare enum FulfillmentOrderMergeUserErrorCode 

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.