Create Products
Create Products in any supported Ecommerce software
Authorizations
Headers
The connection token
Query Parameters
Set to true to include data from the original Accounting software.
Body
The URL of the product
"https://product_url/tee"
The type of the product
"teeshirt"
The status of the product. Either ACTIVE, DRAFT OR ARCHIVED.
"ACTIVE"
The URLs of the product images
["https://myproduct/image"]
The description of the product
"best tee ever"
The vendor of the product
"vendor_extern"
The variants of the product
[
{
"title": "teeshirt",
"price": 20,
"sku": "3",
"options": null,
"weight": 10,
"inventory_quantity": 100
}
]
The tags associated with the product
["tag_1"]
The custom field mappings of the object between the remote 3rd party & Panora
{
"fav_dish": "broccoli",
"fav_color": "red"
}
Response
The URL of the product
"https://product_url/tee"
The type of the product
"teeshirt"
The status of the product. Either ACTIVE, DRAFT OR ARCHIVED.
"ACTIVE"
The URLs of the product images
["https://myproduct/image"]
The description of the product
"best tee ever"
The vendor of the product
"vendor_extern"
The variants of the product
[
{
"title": "teeshirt",
"price": 20,
"sku": "3",
"options": null,
"weight": 10,
"inventory_quantity": 100
}
]
The tags associated with the product
["tag_1"]
The custom field mappings of the object between the remote 3rd party & Panora
{
"fav_dish": "broccoli",
"fav_color": "red"
}
The UUID of the product
"801f9ede-c698-4e66-a7fc-48d19eebaa4f"
The remote ID of the product in the context of the 3rd Party
"id_1"
The remote data of the customer in the context of the 3rd Party
{
"fav_dish": "broccoli",
"fav_color": "red"
}
The created date of the object
"2024-10-01T12:00:00Z"
The modified date of the object
"2024-10-01T12:00:00Z"
Was this page helpful?