All product listings
GET https://api.ecartapi.com/api/v2/products/listings
This request will bring you all the products you have listed in Ebays platform.
IMPORTANT INFORMATION.
* No more than 300 requests can be executed within any 15-second interval.
* It is required to send dates to fetch the information. By default we fetch product listings from a range of 30 days before til the current day
* Time ranges must be a value less than 120 days
More information about the ecommerce's resource.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
limit | string | Sets the max number of documents to be returned. Min value 1. Max value. 200 | |
page | string | Allows iteration throught reqyesr results. | |
createdAt[from] | string | REQUIRED. Filter documents by date of creation. Default is set to 30 behind the current date. | |
createdAt[to] | string | Used with createdAt[from] sets a range of dates to filter documents. Default value is current date. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"success":true,"listings":[{"id":"313534431100","sku":"test","name":"test","description":null,"currency":"USD","productType":"FixedPriceItem","quantity":"1","price":"1","dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"72877","name":"Health \u0026amp; Beauty:Health Care:Diabetes Care:Glucose Test Strips","all":[]},"tags":[],"status":{"id":null,"visibility":null,"active":null,"status":null},"variants":[],"options":[],"images":[],"imageUrl":"https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/miMAAOSwE1JgpLX3/$_57.PNG?set_id=8800005007","condition":"New","link":"https://www.ebay.com/itm/test-/313534431100","dates":{"createdAt":null,"updatedAt":null},"vendor":null},{"id":"313534613439","sku":null,"name":"test listing","description":null,"currency":"USD","productType":"FixedPriceItem","quantity":"2","price":"1","dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"72877","name":"Health \u0026amp; Beauty:Health Care:Diabetes Care:Glucose Test Strips","all":[]},"tags":[],"status":{"id":null,"visibility":null,"active":null,"status":null},"variants":[],"options":[],"images":[],"imageUrl":"https://i.ebayimg.com/00/s/MTYwMFgxNjAw/z/nDcAAOSwuiVgpOJO/$_57.PNG?set_id=8800005007","condition":"New","link":"https://www.ebay.com/itm/test-listing-/313534613439","dates":{"createdAt":null,"updatedAt":null},"vendor":null},{"id":"313536297675","sku":"SSE2020K","name":"18g 13mm Black Plated 2mm Plain Huggie Earrings. Sold as Pair.","description":null,"currency":"USD","productType":"FixedPriceItem","quantity":"1","price":"10.99","dimensions":{"width":null,"height":null,"length":null,"weight":null},"units":{"width":null,"height":null,"length":null,"weight":null},"category":{"id":"14085","name":"Jewelry \u0026amp; Watches:Men\u0026apos;s Jewelry:Earrings, Studs","all":[]},"tags":[],"status":{"id":null,"visibility":null,"active":null,"status":null},"variants":[],"options":[],"images":[],"imageUrl":"https://i.ebayimg.com/00/s/MTAwMFgxMDAw/z/6BgAAOSw6z1gpoGf/$_1.PNG?set_id=2,https://i.ebayimg.com/00/s/MTAwMFgxMDAw/z/JxgAAOSw4tlgpoGf/$_1.PNG?set_id=2,https://i.ebayimg.com/00/s/MTAwMFgxMDAw/z/JPIAAOSw4RxgpoGf/$_1.PNG?set_id=2","condition":"New with tags","link":"https://www.ebay.com/itm/18g-13mm-Black-Plated-2mm-Plain-Huggie-Earrings-Sold-Pair-/313536297675","dates":{"createdAt":null,"updatedAt":null},"vendor":null}]}