Skip to main content
Log inSign up
Anchor to InventoryBulkToggleActivationUserErrorCode

InventoryBulkToggleActivationUserErrorCode

enum

Possible error codes that can be returned by InventoryBulkToggleActivationUserError.

Anchor to CANNOT_DEACTIVATE_FROM_ONLY_LOCATIONCANNOT_DEACTIVATE_FROM_ONLY_LOCATION
•

Cannot unstock an inventory item from the only location at which it is stocked.

Anchor to COMMITTED_INVENTORY_AT_LOCATIONCOMMITTED_INVENTORY_AT_LOCATION
•

Cannot unstock this inventory item from this location because it has committed quantities.

Anchor to FAILED_TO_STOCK_AT_LOCATIONFAILED_TO_STOCK_AT_LOCATION
•

Failed to stock this inventory item at this location.

Anchor to FAILED_TO_UNSTOCK_FROM_LOCATIONFAILED_TO_UNSTOCK_FROM_LOCATION
•

Failed to unstock this inventory item from this location.

•

An error occurred while setting the activation status.

Anchor to INCOMING_INVENTORY_AT_LOCATIONINCOMING_INVENTORY_AT_LOCATION
•

Cannot unstock this inventory item from this location because it has incoming quantities.

Anchor to INVENTORY_ITEM_NOT_FOUNDINVENTORY_ITEM_NOT_FOUND
•

The inventory item was not found.

Anchor to INVENTORY_MANAGED_BY_3RD_PARTYINVENTORY_MANAGED_BY_3RD_PARTY
•

Cannot stock this inventory item at this location because it is managed by a third-party fulfillment service.

Anchor to INVENTORY_MANAGED_BY_SHOPIFYINVENTORY_MANAGED_BY_SHOPIFY
•

Cannot stock this inventory item at this location because it is managed by Shopify.

•

The location was not found.

•

Cannot stock this inventory item at this location because the variant is missing a SKU.

Anchor to RESERVED_INVENTORY_AT_LOCATIONRESERVED_INVENTORY_AT_LOCATION
•

Cannot unstock this inventory item from this location because it has unavailable quantities.

Anchor to COMMITTED_AND_INCOMING_INVENTORY_AT_LOCATIONCOMMITTED_AND_INCOMING_INVENTORY_AT_LOCATION
•
Deprecated

Cannot unstock this inventory item from this location because it has committed and incoming quantities. This error code is deprecated. Both INCOMING_INVENTORY_AT_LOCATION and COMMITTED_INVENTORY_AT_LOCATION codes will be returned as individual errors instead.


Was this section helpful?