Retrieve Products
Retrieve products from any connected Ats software
Authorizations
Headers
The connection token
Path Parameters
id of the product you want to retrieve.
Query Parameters
Set to true to include data from the original Ats software.
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?