curl --request GET \
--url https://api.snappy.com/public-api/v2/collections/{collectionId}/products/{productId} \
--header 'X-Api-Key: <api-key>'{
"id": "string",
"title": "string",
"category": "string",
"brand": {
"id": "abCd57eFG0",
"name": "Brand Name",
"description": "Brand Description"
},
"coverImage": {
"position": 1,
"type": "image",
"publicCloudinaryId": "bnxjv94tmzq1w8eplk73ua_picture-1.png",
"src": "https://example.com/bnxjv94tmzq1w8eplk73ua_picture-1.png"
},
"options": {
"takeYourPick": "Rainbow Bagel Making Kit",
"color": "Black",
"size": "S",
"scent": "Lavender",
"flavor": "Chocolate",
"beverageType": "Coffee"
},
"tags": [
{
"id": "tag12345A",
"name": "Tag Name",
"color": "#000000",
"position": 1
}
],
"variants": [
{
"id": "ab6789cd",
"optionAttributes": {
"takeYourPick": "Rainbow Bagel Making Kit",
"color": "Black",
"size": "S",
"scent": "Lavender",
"flavor": "Chocolate",
"beverageType": "Coffee"
},
"brand": {
"id": "abCd57eFG0",
"name": "Brand Name",
"description": "Brand Description"
},
"components": "string",
"description": "Variant description",
"features": "Variant features",
"category": "Electronics / Audio / Headphones / Wireless Earbuds",
"mediaItems": [
{
"position": 1,
"type": "image",
"publicCloudinaryId": "bnxjv94tmzq1w8eplk73ua_picture-1.png",
"src": "https://example.com/bnxjv94tmzq1w8eplk73ua_picture-1.png"
}
],
"position": 0,
"types": [
"digital"
],
"tags": [
{
"id": "tag12345A",
"name": "Tag Name",
"color": "#000000",
"position": 1
}
],
"title": "Variant title",
"information": {
"including": "<ul><li>Cute puppy</li></ul>",
"description": "<p>Cutest puppy in the world</p>",
"features": "<ul><li>Floppy ears</li><li>Big eyes</li></ul>",
"specifications": {
"colorFamily": "Brown",
"dimensions": "37in x17in 6in",
"materials": "Cotton",
"weight": "1.5 lbs"
}
},
"notices": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"pricing": {
"US": {
"cost": 100,
"totalFee": 2,
"totalTax": 7,
"totalFinalCost": 109
}
},
"supportedCountries": [
{
"countryCode": "US"
},
{
"countryCode": "CA"
},
{
"countryCode": "GB"
},
{
"countryCode": "DE"
},
{
"countryCode": "FR"
}
]
}
],
"types": [
"digital"
],
"mediaItems": [
{
"position": 1,
"type": "image",
"publicCloudinaryId": "bnxjv94tmzq1w8eplk73ua_picture-1.png",
"src": "https://example.com/bnxjv94tmzq1w8eplk73ua_picture-1.png"
}
],
"notices": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}Use this API to retrieve a specific product from a specific collection.
products:readcurl --request GET \
--url https://api.snappy.com/public-api/v2/collections/{collectionId}/products/{productId} \
--header 'X-Api-Key: <api-key>'{
"id": "string",
"title": "string",
"category": "string",
"brand": {
"id": "abCd57eFG0",
"name": "Brand Name",
"description": "Brand Description"
},
"coverImage": {
"position": 1,
"type": "image",
"publicCloudinaryId": "bnxjv94tmzq1w8eplk73ua_picture-1.png",
"src": "https://example.com/bnxjv94tmzq1w8eplk73ua_picture-1.png"
},
"options": {
"takeYourPick": "Rainbow Bagel Making Kit",
"color": "Black",
"size": "S",
"scent": "Lavender",
"flavor": "Chocolate",
"beverageType": "Coffee"
},
"tags": [
{
"id": "tag12345A",
"name": "Tag Name",
"color": "#000000",
"position": 1
}
],
"variants": [
{
"id": "ab6789cd",
"optionAttributes": {
"takeYourPick": "Rainbow Bagel Making Kit",
"color": "Black",
"size": "S",
"scent": "Lavender",
"flavor": "Chocolate",
"beverageType": "Coffee"
},
"brand": {
"id": "abCd57eFG0",
"name": "Brand Name",
"description": "Brand Description"
},
"components": "string",
"description": "Variant description",
"features": "Variant features",
"category": "Electronics / Audio / Headphones / Wireless Earbuds",
"mediaItems": [
{
"position": 1,
"type": "image",
"publicCloudinaryId": "bnxjv94tmzq1w8eplk73ua_picture-1.png",
"src": "https://example.com/bnxjv94tmzq1w8eplk73ua_picture-1.png"
}
],
"position": 0,
"types": [
"digital"
],
"tags": [
{
"id": "tag12345A",
"name": "Tag Name",
"color": "#000000",
"position": 1
}
],
"title": "Variant title",
"information": {
"including": "<ul><li>Cute puppy</li></ul>",
"description": "<p>Cutest puppy in the world</p>",
"features": "<ul><li>Floppy ears</li><li>Big eyes</li></ul>",
"specifications": {
"colorFamily": "Brown",
"dimensions": "37in x17in 6in",
"materials": "Cotton",
"weight": "1.5 lbs"
}
},
"notices": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
},
"pricing": {
"US": {
"cost": 100,
"totalFee": 2,
"totalTax": 7,
"totalFinalCost": 109
}
},
"supportedCountries": [
{
"countryCode": "US"
},
{
"countryCode": "CA"
},
{
"countryCode": "GB"
},
{
"countryCode": "DE"
},
{
"countryCode": "FR"
}
]
}
],
"types": [
"digital"
],
"mediaItems": [
{
"position": 1,
"type": "image",
"publicCloudinaryId": "bnxjv94tmzq1w8eplk73ua_picture-1.png",
"src": "https://example.com/bnxjv94tmzq1w8eplk73ua_picture-1.png"
}
],
"notices": {
"additionalProp1": "string",
"additionalProp2": "string",
"additionalProp3": "string"
}
}Documentation Index
Fetch the complete documentation index at: https://docs.snappy.com/llms.txt
Use this file to discover all available pages before exploring further.
Company level authentication provides access to all resources under your company, including accounts, campaigns, gifts, and recipients.
POST /v2/authentication/apiKeys endpoint to generate a new API keyInclude your API key in the X-Api-Key header for every request:
X-Api-Key: YOUR_24_CHARACTER_API_KEYFor production environments, enable mutual TLS authentication:
enforceMtls: true when creating the API keyhttps://mtls-api.snappy.com/public-apiSource of the request
api_native, api_zapier, api_salesforce, api_ftp, api_make "api_native"
Collection ID.
^[A-Za-z0-9]{8,}$"abcdef12"
Product ID.
^[A-Za-z0-9]{8,}$"ab1234cd"
Minimum budget
1 <= x <= 200001
Maximum budget
1 <= x <= 2000010000
Company ID
^[A-Za-z0-9]{8,}$"12345678"
Account ID
"a12bcd34"
List of additional fields to include in response objects
1The fields to return additionally in response. Valid values are: mediaItems, tags, brand, optionAttributes, notices, pricing, supportedCountries, full.
mediaItems, tags, brand, optionAttributes, notices, pricing, supportedCountries, full ["full"]Successful response
Response containing product with variants.
Product ID
"abc12345"
Product title
"Product Title"
Product category
"Electronics"
Brand information for a product.
Show child attributes
{
"id": "abCd57eFG0",
"name": "Brand Name",
"description": "Brand Description"
}Media item for a product.
Show child attributes
{
"position": 1,
"type": "image",
"publicCloudinaryId": "bnxjv94tmzq1w8eplk73ua_picture-1.png",
"src": "https://example.com/bnxjv94tmzq1w8eplk73ua_picture-1.png"
}Product options and attributes.
Show child attributes
{
"takeYourPick": "Rainbow Bagel Making Kit",
"color": "Black",
"size": "S",
"scent": "Lavender",
"flavor": "Chocolate",
"beverageType": "Coffee"
}Product tags
Show child attributes
Product variants
Show child attributes
Product types
The type of product.
digital, physical, base-product-swag, on-demand-swag, on-demand-plus-swag, premium-swag, experience, personalized Product media items
Show child attributes
Product notices
Show child attributes
{
"shipping": "Ships within 3-5 business days",
"warranty": "1 year warranty"
}Was this page helpful?