v1
latestOpenAPI 3.0.02026-07-2475182625.5 KBProducts
Retrieve a product
Retrieves the details of an existing product with the given product_path.
get/products/{product_path}
Response
OK
Example response
{
"products": [
{
"product": "premium-laptop",
"productAppReference": "abcDEFgHiJklM1N-3OP9q",
"display": {
"en": "FastSpring Falcon"
},
"description": {
"summary": {
"en": "The original FastSpring Falcon"
},
"action": {
"en": "Order now and experience cutting-edge technology."
},
"full": {
"en": "The Premium Laptop comes with an Intel Core i9 processor, 16GB of RAM, and a 1TB SSD. It's designed for power users who demand speed and efficiency in a sleek, portable package."
}
},
"image": "https://image.com/furious-falcon-logo.png",
"sku": "sku-12345",
"visibility": "public",
"quotable": true,
"offers": [
{
"type": "addon",
"display": {
"en": "Discover our complementary products to maximize your results."
},
"items": [
"wireless-mouse"
],
"fulfillments": {
"sub-auto-addon_file_0": {
"fulfillment": "sub-auto-addon_file_0",
"name": "File Download (signed.pdf)",
"applicability": "NON_REBILL_ONLY",
"display": "sub-auto-addon_file.pdf",
"behavior": "PREFER_EXPLICIT"
}
},
"format": "digital",
"taxcode": "DC020500",
"taxcodeDescription": "Computer software - prewritten - electronically downloaded",
"pricing": {
"trial": 2,
"interval": "month",
"intervalLength": 3,
"intervalCount": 5,
"quantityBehavior": "allow",
"quantityDefault": 1,
"price": {
"USD": 10
},
"setupFee": {
"price": {
"USD": 100
},
"title": {
"en": "One-time Setup Fee Title"
}
},
"reminderNotification": {
"enabled": true,
"interval": "week",
"intervalLength": 1
},
"overdueNotification": {
"enabled": true,
"interval": "week",
"intervalLength": 1,
"amount": 3
},
"cancellation": {
"interval": "week",
"intervalLength": 1
}
}
}
]
}
]
}