cURL
curl --request GET \ --url https://api-ai.textyess.com/products/{id} \ --header 'x-auth-token: <api-key>'
{ "product_id": "prod_12345", "product_url": "https://yourstore.com/products/sample-product", "product_image": "https://example.com/image.jpg", "title": "Sample Product", "description": "A detailed product description", "handle": "sample-product", "variants": [ { "id": "var_12345", "title": "Default Variant", "price": "29.99", "inventory_quantity": 100 } ], "collections": ["New Arrivals", "Featured"], "available": true }
Retrieve a specific product from your catalog by its ID
x-auth-token
x-auth-token: your_jwt_token