GET /channel-products/{id}.json
GET
/channel-products/{id}.json
Path parameters
-
id integer(int64) Required
Numeric ID of the instance
Minimum value is
1
.
GET /channel-products/{id}.json
curl \
-X GET http://api.example.com/v1/channel-products/{id}.json
Response example (200)
{
"channelId": 42,
"createdAt": "2023-05-04T09:42:00+00:00",
"externalId": "string",
"handle": "string",
"hash": "string",
"id": 42,
"productId": 42,
"updatedAt": "2023-05-04T09:42:00+00:00"
}