stack

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

AdminTypes.FulfillmentOrderReleaseHoldUserErrorCode enum

Possible error codes that can be returned by FulfillmentOrderReleaseHoldUserError.

Signature:

export declare enum FulfillmentOrderReleaseHoldUserErrorCode 

Enumeration Members

Member Value Description
FulfillmentOrderNotFound "FULFILLMENT_ORDER_NOT_FOUND" The fulfillment order wasn’t 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.