Get a single product
GET https://api.ecartapi.com/api/v2/products/{{id}}
Searches for a selected product and shows the detailed information.
Important information:
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"7096605671601","sku":"SKU002","name":"Ecartapi shirt","subName":null,"upc":null,"description":"Update test for v3","currency":"MXN","productType":null,"quantity":"92","price":"100.00","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"category":{"id":null,"name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":"web","active":"true","status":"active","ecartapiId":"1","ecartapi":"active"},"variants":[{"id":"41293246628017","productId":"7096605671601","barcode":null,"name":"Default Title","price":"100.00","currency":null,"sku":"SKU002","fulfillmentService":"manual","option1":"Default Title","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"1"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":"43384579915953","quantity":"92"},"requireShipping":"true","bundled":"false","imageId":null,"dates":{"createdAt":"2022-01-13T13:22:39-05:00","updatedAt":"2022-07-28T12:49:25-04:00"},"ecartapiUrl":"https://api.ecartapi.com/api/v2/products/7096605671601/variants/41293246628017","countryCodeOrigin":"MX","provinceCodeOrigin":null,"harmonizedSystemCode":"392620","countryHarmonizedSystemCode":"392620"}],"options":[{"id":"9099588370609","name":"Title","values":["Default Title"]}],"associatedItems":[],"images":[],"imageUrl":null,"condition":null,"link":"https://ecart-test1.myshopify.com/products/api-testing-product","dates":{"createdAt":"2022-01-13T13:22:39-05:00","updatedAt":"2022-07-28T12:50:43-04:00"},"vendor":"ecart-test1","sellOutStock":null}}