Shopware - Create record action

The Create record action creates a record for a Shopware object. Currently, this action only supports creating product records.

Input

Input fieldDescription
Tax IDEnter the unique tax identifier. This must be in UUID format.
PriceSpecify the price of your product.
Net (price)Specify the net price of the product.
Gross (price)Specify the gross price of the product.
Currency ID (price)Provide the unique currency identifier. This must be in UUID format.
Linked (price)Select whether the product is linked or not.
Product numberProvide the unique number assigned to the product record to create. Define rules for the automatic assignment of every product creation per your number range.
StockIndicates the number of products available.
NameEnter the name of the product.

Output

Output fieldDescription
IDThe unique identifier of the product.
PriceThe price object detailing the prices of the product.
Product NumberThe unique number of the product.
Restock timeThe number of times the product has been restocked.
Currency IDThe unique currency identifier in UUID format.
ActiveIndicates if the product is active.
AvailableIndicates if the product is available.
StockIndicates the number of products available.
TranslatedAn object that indicates all descriptions and summaries available for the product in the language that they have been entered in. It doesn't indicate any translations of product descriptions.

For more information on this action's output fields, refer to the Shopware documentation.

Last updated: