Get all products
GET https://api.ecartapi.com/api/v2/products
Endpoint to list Listings that belong to a Shop.
More information about ecommerce's resource
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | The maximum number of results to return. | |
page | string | ||
status[active] | string | Filter results by status of product listings. | |
sort | string | The ascending(up) or descending(down) order to sort results. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"products":[{"id":"1344606269","sku":"K0U","name":"Vestido de pruebas 3","subName":null,"upc":null,"description":"Vestido de pruebas","currency":"MXN","productType":"physical","quantity":"80","price":"14","cost":null,"discount":null,"dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"505","name":null,"all":[]},"tags":[],"status":{"id":null,"visibility":null,"active":true,"status":"active","ecartapiId":null,"ecartapi":null,"hasOptions":null},"variants":[],"options":[],"associatedItems":[],"logistic":{"mode":null,"type":null,"free":"false","direction":null,"dimensions":null},"images":[],"imageUrl":null,"condition":null,"link":"https://www.etsy.com/listing/1344606269/vestido-de-pruebas-3","dates":{"createdAt":"2022-11-11T15:21:01.000Z","updatedAt":"2023-01-26T20:35:19.000Z"},"vendor":null,"sellOutStock":null,"internationalShipment":[]}]}