Home > @infiniteobjects/shopify-data-manager > AdminTypes > InventoryBulkToggleActivationUserErrorCode
Possible error codes that can be returned by InventoryBulkToggleActivationUserError
.
Signature:
export declare enum InventoryBulkToggleActivationUserErrorCode
Member | Value | Description |
---|---|---|
CannotDeactivateFromOnlyLocation | "CANNOT_DEACTIVATE_FROM_ONLY_LOCATION" |
Cannot unstock an inventory item from the only location at which it is stocked. |
CommittedAndIncomingInventoryAtLocation | "COMMITTED_AND_INCOMING_INVENTORY_AT_LOCATION" |
Cannot unstock this inventory item from this location because it has committed and incoming quantities. |
CommittedInventoryAtLocation | "COMMITTED_INVENTORY_AT_LOCATION" |
Cannot unstock this inventory item from this location because it has committed quantities. |
FailedToStockAtLocation | "FAILED_TO_STOCK_AT_LOCATION" |
Failed to stock this inventory item at this location. |
FailedToUnstockFromLocation | "FAILED_TO_UNSTOCK_FROM_LOCATION" |
Failed to unstock this inventory item from this location. |
GenericError | "GENERIC_ERROR" |
An error occurred while setting the activation status. |
IncomingInventoryAtLocation | "INCOMING_INVENTORY_AT_LOCATION" |
Cannot unstock this inventory item from this location because it has incoming quantities. |
InventoryItemNotFound | "INVENTORY_ITEM_NOT_FOUND" |
The inventory item was not found. |
InventoryManagedBy_3RdParty | "INVENTORY_MANAGED_BY_3RD_PARTY" |
Cannot stock this inventory item at this location because it is managed by a third-party fulfillment service. |
InventoryManagedByShopify | "INVENTORY_MANAGED_BY_SHOPIFY" |
Cannot stock this inventory item at this location because it is managed by Shopify. |
LocationNotFound | "LOCATION_NOT_FOUND" |
The location was not found. |
MissingSku | "MISSING_SKU" |
Cannot stock this inventory item at this location because the variant is missing a SKU. |
ReservedInventoryAtLocation | "RESERVED_INVENTORY_AT_LOCATION" |
Cannot unstock this inventory item from this location because it has unavailable quantities. |