Get all products

GET https://api.ecartapi.com/api/v2/products

This request allows the consultation of all amazons products by store.

There are no available filters in this request.

More information about the resource.

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

"{\n    \"success\": true,\n    \"products\": [\n        {\n            \"id\": \"0B-C2H7-1739\",\n            \"sku\": \"0B-C2H7-1739\",\n            \"name\": null,\n            \"subName\": null,\n            \"upc\": \"B08N18TJHD\",\n            \"description\": null,\n            \"currency\": null,\n            \"productType\": null,\n            \"quantity\": \"67\",\n            \"price\": \"920.00\",\n            \"cost\": null,\n            \"discount\": null,\n            \"dimensions\": {\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null\n            },\n            \"units\": {\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null\n            },\n            \"category\": {\n                \"id\": null,\n                \"name\": null,\n                \"all\": []\n            },\n            \"tags\": [],\n            \"status\": {\n                \"id\": null,\n                \"visibility\": null,\n                \"active\": null,\n                \"status\": null,\n                \"ecartapiId\": null,\n                \"ecartapi\": null,\n                \"hasOptions\": null\n            },\n            \"variants\": [],\n            \"options\": [],\n            \"associatedItems\": [],\n            \"logistic\": {\n                \"me1Suported\": null,\n                \"mode\": null,\n                \"type\": null,\n                \"free\": \"false\",\n                \"direction\": null,\n                \"dimensions\": null,\n                \"rates\": []\n            },\n            \"images\": [],\n            \"imageUrl\": null,\n            \"condition\": null,\n            \"link\": null,\n            \"dates\": {\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"vendor\": null,\n            \"sellOutStock\": null,\n            \"internationalShipment\": [],\n            \"mixedId\": \"B08N18TJHD-C2H7-173\"\n        },\n        {\n            \"id\": \"2P-XYX8-MZYV\",\n            \"sku\": \"2P-XYX8-MZYV\",\n            \"name\": null,\n            \"subName\": null,\n            \"upc\": \"B09D8QFWTW\",\n            \"description\": null,\n            \"currency\": null,\n            \"productType\": null,\n            \"quantity\": \"995\",\n            \"price\": \"64.00\",\n            \"cost\": null,\n            \"discount\": null,\n            \"dimensions\": {\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null\n            },\n            \"units\": {\n                \"width\": null,\n                \"height\": null,\n                \"length\": null,\n                \"weight\": null\n            },\n            \"category\": {\n                \"id\": null,\n                \"name\": null,\n                \"all\": []\n            },\n            \"tags\": [],\n            \"status\": {\n                \"id\": null,\n                \"visibility\": null,\n                \"active\": null,\n                \"status\": null,\n                \"ecartapiId\": null,\n                \"ecartapi\": null,\n                \"hasOptions\": null\n            },\n            \"variants\": [],\n            \"options\": [],\n            \"associatedItems\": [],\n            \"logistic\": {\n                \"me1Suported\": null,\n                \"mode\": null,\n                \"type\": null,\n                \"free\": \"false\",\n                \"direction\": null,\n                \"dimensions\": null,\n                \"rates\": []\n            },\n            \"images\": [],\n            \"imageUrl\": null,\n            \"condition\": null,\n            \"link\": null,\n            \"dates\": {\n                \"createdAt\": null,\n                \"updatedAt\": null\n            },\n            \"vendor\": null,\n            \"sellOutStock\": null,\n            \"internationalShipment\": [],\n            \"mixedId\": \"B09D8QFWTW-XYX8-MZYV\"\n        }\n    ]\n}\n}"