Skip to main content

Utilities Component

You can use the Commerce supplementary component to load product, inventory and catalog data into an Commerce store.

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 actions.

Load Product​

InputDefaultNotesExample
ConnectionconnectionCommerce connection.
Product RequestcodeThe products to load.

Load Inventory​

InputTypeDescription
ConnectionconnectionCommerce connection.
Product IDstringThe unique identifier of the product whose inventory you want to update.
InventorystringThe inventory.

Load Webhook Integration​

InputTypeDescription
ConnectionconnectionCommerce connection.
NamestringThe name of the integration.
DescriptionstringThe integration description.
Enabledbooleantrue if the integration is enabled.
Webhook URLstringThe webhook URL to display in the Integrations Hub when the integration is enabled.
SecretstringThe Commerce secret.
EventsstringThe events.
LimitstringThe maximum event limit.

Get Product by SKU with main image​

InputTypeDescription
ConnectionconnectionCommerce connection.
SKUstring

Get Product by ID with Catalog ID​

InputTypeDescription
ConnectionconnectionCommerce connection.
Product IDstringA unique identifier of a product.
Catalog IDstringA unique identifier of a catalog.
Release IDstringA unique identifier of a release.

Get Catalog Releases​

InputTypeDescription
ConnectionconnectionCommerce connection.
Catalog IDstringA unique identifier of a catalog.
Release IDstringA unique identifier of a release.