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:
Dimensions in products are only available for variants. When there are different values in the variants, it will always display those of the first one.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"product":{"id":"7310968062129","sku":null,"name":"Cuitlacoche","subName":null,"upc":null,"description":"Pajaro","currency":"MXN","productType":"Cult Products","quantity":"2","price":"101.00","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":"0"},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"category":{"id":null,"name":null,"all":[]},"tags":["Emotive","Flash Memory","MP3","Music"],"status":{"id":null,"visibility":"web","active":"true","status":"active","ecartapiId":"1","ecartapi":"active"},"variants":[{"id":"42150246678705","productId":"7310968062129","barcode":null,"name":"Default Title","price":"101.00","currency":null,"sku":null,"fulfillmentService":"manual","option1":"Default Title","option2":null,"option3":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":"kg"},"inventory":{"itemId":"44237962281137","quantity":"2"},"requireShipping":"true","bundled":"false","imageId":null,"dates":{"createdAt":"2022-09-15T11:44:43-04:00","updatedAt":"2022-09-15T11:45:50-04:00"},"ecartapiUrl":"https://eshop-deve.herokuapp.com/api/v2/products/7310968062129/variants/42150246678705","countryCodeOrigin":"US","provinceCodeOrigin":null,"harmonizedSystemCode":"110320","countryHarmonizedSystemCode":[{"harmonizedSystemCode":"1103201111","countryCode":"CA"},{"harmonizedSystemCode":"1103202222","countryCode":"US"}]}],"options":[{"id":"9348892950705","name":"Title","values":["Default Title"]}],"associatedItems":[],"images":[],"imageUrl":null,"condition":null,"link":"https://ecart-test1.myshopify.com/products/cuitlacoche","dates":{"createdAt":"2022-09-15T11:44:43-04:00","updatedAt":"2022-09-15T11:45:50-04:00"},"vendor":"Records","sellOutStock":null}}