Home > @infiniteobjects/shopify-data-manager > AdminTypes > FulfillmentOrderReleaseHoldUserErrorCode
Possible error codes that can be returned by FulfillmentOrderReleaseHoldUserError
.
Signature:
export declare enum FulfillmentOrderReleaseHoldUserErrorCode
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. |