GET
/
consumers
/
{consumer_id}
/
commerce
/
products
/
{product_id}
curl --request GET \
  --url https://api.chift.eu/consumers/{consumer_id}/commerce/products/{product_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "source_ref": {
    "id": "<string>",
    "model": "<string>"
  },
  "name": "<string>",
  "description": "<string>",
  "description_html": "<string>",
  "categories": [],
  "created_on": "2023-11-07T05:31:56Z",
  "variants": [],
  "status": "unknown",
  "common_attributes": [],
  "variant_attributes_options": [],
  "common_images": []
}

Authorizations

Authorization
string
header
required

This access token needs to be included in each of your request to the Chift API.

Path Parameters

consumer_id
string
required
product_id
string
required

Response

200
application/json
Successful Response
id
string
required

Technical id in Chift

source_ref
object
required

Technical id in the target software

name
string
required
description
string
description_html
string
categories
object[]
created_on
string
variants
object[]
status
enum<string>

An enumeration.

Available options:
unknown,
archived,
unpublished,
published
common_attributes
object[]

List of attributes that are shared by all variants of the product.

variant_attributes_options
object[]
common_images
object[]

List of images that are shared by all variants of the product.