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.
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Authorization
|
string |
RESPONSES
status OK
{
"success": true,
"products": [
{
"id": "0B-C2H7-1739",
"sku": "0B-C2H7-1739",
"name": null,
"subName": null,
"upc": "B08N18TJHD",
"description": null,
"currency": null,
"productType": null,
"quantity": "67",
"price": "920.00",
"cost": null,
"discount": null,
"dimensions": {
"width": null,
"height": null,
"length": null,
"weight": null
},
"units": {
"width": null,
"height": null,
"length": null,
"weight": null
},
"category": {
"id": null,
"name": null,
"all": []
},
"tags": [],
"status": {
"id": null,
"visibility": null,
"active": null,
"status": null,
"ecartapiId": null,
"ecartapi": null,
"hasOptions": null
},
"variants": [],
"options": [],
"associatedItems": [],
"logistic": {
"me1Suported": null,
"mode": null,
"type": null,
"free": "false",
"direction": null,
"dimensions": null,
"rates": []
},
"images": [],
"imageUrl": null,
"condition": null,
"link": null,
"dates": {
"createdAt": null,
"updatedAt": null
},
"vendor": null,
"sellOutStock": null,
"internationalShipment": [],
"mixedId": "B08N18TJHD-C2H7-173"
},
{
"id": "2P-XYX8-MZYV",
"sku": "2P-XYX8-MZYV",
"name": null,
"subName": null,
"upc": "B09D8QFWTW",
"description": null,
"currency": null,
"productType": null,
"quantity": "995",
"price": "64.00",
"cost": null,
"discount": null,
"dimensions": {
"width": null,
"height": null,
"length": null,
"weight": null
},
"units": {
"width": null,
"height": null,
"length": null,
"weight": null
},
"category": {
"id": null,
"name": null,
"all": []
},
"tags": [],
"status": {
"id": null,
"visibility": null,
"active": null,
"status": null,
"ecartapiId": null,
"ecartapi": null,
"hasOptions": null
},
"variants": [],
"options": [],
"associatedItems": [],
"logistic&quo Curl curl -X GET 'https://api.ecartapi.com/api/v2/products' -H 'Authorization: access_token' ENDPOINTS |