POST /shop/products/create

Scope required: (Manage Team)

Create new product

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
variant_1_name String No
price Integer No
vendor String No
description String No
variants[] Array No
variants[].price Integer No
variants[].sku String No
variants[].variant_2_value String No
variants[].barcode String No
variants[].image String No
variants[].variant_1_value String No
variants[].qty Integer No
variants[].taxable Integer No

Valid values:

  • 0
  • 1
variants[].allow_no_stock_sell Integer No

Valid values:

  • 0
  • 1
variants[].compare_price Integer No
variants[].track_stock Integer No

Valid values:

  • 0
  • 1
barcode String No
image String No
status String No

Valid values:

  • "inactive"
  • "active"
qty Integer No
allow_no_stock_sell Integer No

Valid values:

  • 0
  • 1
track_stock Integer No

Valid values:

  • 0
  • 1
use_variant Integer No

Valid values:

  • 0
  • 1
name String Yes
sku String No
note String No
tags[] Array No
type String No
variant_2_name String No
compare_price Integer No

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.