get https://api.snappy.com/v2/products/
Log in to see full request history
Responses
401Unauthorized.
404Product not found.
500Internal server error.
401Unauthorized.
404Product not found.
500Internal server error.
xxxxxxxxxx
curl --request GET \
--url https://api.snappy.com/v2/products/productId \
--header 'accept: application/json'
xxxxxxxxxx
27}
{
"id": "string",
"title": "string",
"type": "physical",
"coverImage": "string",
"tags": [
"string"
],
"mediaItems": [
"string"
],
"brand": {
"id": "string",
"name": "string",
"description": "string"
},
"options": {
"color": "string",
"size": "string",
"scent": "string",
"flavor": "string"
},
"notices": {
"arriveAfterChristmas": "string",
"legalDisclaimerP65": "string"