POST

Bulk Create Inventory Items


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Creates multiple inventory items.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Products
Manage Restaurants - all permissions
Manage v3 catalog
Inventory write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/bulk/inventory-items/create

Body Params
inventoryItemsArray <InventoryItem>RequiredminItems 1maxItems 1000

Inventory items to create.


returnEntityboolean

Whether to return the full inventory item entities in the response.

Default: false

Response Object
resultsArray <BulkInventoryItemResult>minItems 1maxItems 1000

Inventory items created by bulk action.


bulkActionMetadataBulkActionMetadata

Bulk action metadata.

Bulk create inventory item example - minimum required fields

Bulk creates a new Inventories items associated with product, variant, and location. to product, variant and location.

Request
cURL
Response
JSON
Errors
400Invalid Argument

There are 2 errors with this status code.

428Failed Precondition

There is 1 error with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

Event TriggersThis method triggers the following events:
Did this help?