Retrieves a single product by your product_ref.
The product record.
No product found for the supplied product_ref.
{- "tenant": "string",
- "merchant": "string",
- "product_id": "string",
- "product_ref": "string",
- "sku": "string",
- "description": "string",
- "barcode": "string",
- "image_link": "string",
- "hs_code": "string",
- "origin_country": "string",
- "manufacturer_id": "string",
- "material_composition": "string",
- "category": "string",
- "dangerous_goods": true,
- "battery": {
- "material_type": "lithium_metal",
- "packing_type": "contained_in_equipment"
}, - "digital": true,
- "non_returnable": true,
- "status": "ACTIVE",
- "weight": {
- "value": 0,
- "unit": "kg"
}, - "dimension": {
- "width": 0,
- "height": 0,
- "depth": 0,
- "unit": "cm"
}, - "do_not_place_above": true,
- "do_not_place_below": true,
- "carriyo_metadata": [
- {
- "name": "string",
- "value": "string"
}
], - "creation_date": "2019-08-24T14:15:22Z",
- "update_date": "2019-08-24T14:15:22Z",
- "creation_source": {
- "source_type": "string",
- "source_id": "string",
- "api_pattern": "string",
- "request_type": "string",
- "system_log_identifier": "string"
}, - "update_source": {
- "source_type": "string",
- "source_id": "string",
- "api_pattern": "string",
- "request_type": "string",
- "system_log_identifier": "string"
}
}