API Reference
This endpoint allows you to get a product detail.
cURL
curl --request GET \ --url https://api.sandbox.hit-pay.com/v1/products/{product_id} \ --header 'X-BUSINESS-API-KEY: <x-business-api-key>'
{ "id": "<string>", "business_id": "<string>", "category_id": [ "<string>" ], "name": "<string>", "description": "<string>", "currency": "<string>", "price": 123, "price_display": "<string>", "price_stored": 123, "is_manageable": 123, "is_pinned": true, "status": "<string>", "has_variations": true, "is_shopify": true, "product_url": "<string>", "variations_count": 123, "variations": [ { "id": "<string>", "stock_keeping_unit": "<string>", "description": "<string>", "weight": "<string>", "length": "<string>", "width": "<string>", "depth": "<string>", "price": 123, "price_display": "<string>", "price_stored": 123, "quantity": 123, "quantity_alert_level": 123, "variation_value_1": "<string>", "variation_value_2": "<string>", "variation_value_3": "<string>", "product_variation_weight": 123 } ], "is_published": true, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "headline": "<string>", "tax_id": "<string>", "product_weight": 123, "delivery_method_required": true, "variation_key_1": "<string>", "variation_key_2": "<string>", "variation_key_3": "<string>", "images": [ { "id": "<string>", "caption": "<string>", "url": "<string>", "other_dimensions": [ { "size": "<string>", "path": "<string>" } ] } ], "starts_at": "2023-11-07T05:31:56Z", "ends_at": "2023-11-07T05:31:56Z" }
"b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d"
200
Show child attributes
Weight in gram
Was this page helpful?