Skip to main content

Inventory Loader Component

You can create and update inventory data in your Commerce store using the Inventory Loader component.

  • You can create inventory when an inventory object does not exist for a product.
  • You can update inventory values based on the strategy you select when an inventory object exists for a product.

Connections

Collect the following Commerce API keys. You can find this information in SYSTEM > Application Keys in Commerce Manager when logged in as a user with Seller Admin privileges.

Commerce API KeyDescription
API Base URLYour Commerce API Base URL.
Client IDYour Commerce Client ID.
Client SecretYour Commerce Client Secret.

Actions

The component has the following action.

Load Products Inventory

InputTypeDescription
ConnectionconnectionCommerce connection.
InventoriestextThe data that you provide to the Inventory Import integration must conform to JSON Lines text format and conform to the model described here.
Product Batch SizestringThe maximum product batch size is 100. If you configure the Product Batch Size to a value greater than 100, the integration automatically adjusts the value to 100. The default is 100.
Log LevelwarnThe level of logging.