stack

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

AdminTypes.FulfillmentOrderHoldUserErrorCode enum

Possible error codes that can be returned by FulfillmentOrderHoldUserError.

Signature:

export declare enum FulfillmentOrderHoldUserErrorCode 

Enumeration Members

Member Value Description
FulfillmentOrderNotFound "FULFILLMENT_ORDER_NOT_FOUND" The fulfillment order could not be found.
GreaterThanZero "GREATER_THAN_ZERO" The fulfillment order line item quantity must be greater than 0.
InvalidLineItemQuantity "INVALID_LINE_ITEM_QUANTITY" The fulfillment order line item quantity is invalid.
Taken "TAKEN" The input value is already taken.