v1
latestOpenAPI 3.0.02026-07-2664192238.8 KBProducts
Get product
Get product by ID
Scopes: products.read <br><a href="https://www.postman.com/omnisend-api/workspace/omnisend/overview" target="_blank">Open Postman collection</a>
get/products/{productID}
Path parameters
productIDstring required
Product ID
Headers
Omnisend-Versionstring required
API version that specifies the response format and behaviour
Response
Product found
Example response
{
"categoryIDs": [
"1234567890",
"99934567890"
],
"createdAt": "2021-01-01T00:00:00Z",
"currency": "USD",
"defaultImageUrl": "https://example.com/image.jpg",
"description": "My product description",
"id": "1234567890",
"images": [
"https://example.com/image.jpg",
"https://example.com/image2.jpg"
],
"status": "inStock",
"tags": [
"tag1",
"tag2",
"tag3"
],
"title": "My Product",
"type": "Super Product",
"updatedAt": "2021-01-01T00:00:00Z",
"url": "https://example.com/product",
"variants": [
{
"defaultImageUrl": "https://example.com/variantImage.jpg",
"description": "My variant description",
"id": "1234567890",
"images": [
"https://example.com/variant/image.jpg",
"https://example.com/variant/image2.jpg"
],
"price": 9.99,
"sku": "SKU1234567890",
"status": "inStock",
"strikeThroughPrice": 19.99,
"title": "My Variant",
"url": "https://example.com/variant"
}
],
"vendor": "My Vendor"
}