Tags:
- Admin GraphQL API
- 2026-07
inventoryTransferDelete adds INVALID_STATE error code for transfers with in-progress product import
inventoryTransferDelete adds INVALID_STATE error code for transfers with in-progress product importStarting in version 2026-07, the mutation will return a new error code: . This error will be returned when a client attempts to delete an inventory transfer while a product import related to that transfer is in progress.
- New error code added:
- API affected:
mutation - Error enum updated:
For older API versions, the mutation will not include the code in the error payload. However, the message field will still provide context about the blocking product import.
For more details, see the updated InventoryTransferDeleteUserErrorCode enum and the inventoryTransferDelete mutation documentation.
Was this section helpful?