POST /shop/products/create
Scope required: (Manage Team)
Create new product
Servers
- https://www.uchat.com.au/api
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:
|
variants[].allow_no_stock_sell |
Integer | No |
Valid values:
|
variants[].compare_price |
Integer | No | |
variants[].track_stock |
Integer | No |
Valid values:
|
barcode |
String | No | |
image |
String | No | |
status |
String | No |
Valid values:
|
qty |
Integer | No | |
allow_no_stock_sell |
Integer | No |
Valid values:
|
track_stock |
Integer | No |
Valid values:
|
use_variant |
Integer | No |
Valid values:
|
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
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.