Logo
Ecartapi.com Public API Documentation

Get all products

GET https://eshop-deve.herokuapp.com/api/v2/products

Use this resource to get the list of the seller's offers. You can use different query parameters to filter the list

More information on Allegro's resource.

 

Body PARAM

Curl
curl -X GET 'https://eshop-deve.herokuapp.com/api/v2/products?ids=String.&name=String.&categoryId=String.&price[max]=Number. >= 1&price[min]=Number. >= 0&status[active]=Boolean.&limit=Integer. [1...1000]&page=Integer. [1...1000]' -H 'Authorization: eyJhbGciOiJIUzUxMiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJocGxCdGMzSkJCc2tvanlVTUZaNjlaR0xNSDFyM2FVOCIsImlhdCI6MTY0NjMzNTg3MTYxNn0.x_AL-XEFgFmtLZFp0fsJ3tlN0_oUTHEmu7d4FIjddhX1HKZiS4NaVQuFfWIFVBBNa8QokAs4srK9q8ZH20ND2g'

ENDPOINTS

    Key Datatype Required Description 
    ids
    string The product identifiers to return.
    name
    string The text to search in the name of the product.
    categoryId
    string The identifier of the category, where you want to search for products.
    price[max]
    string Filter results by range of price. Requires price[min].The upper threshold of price.
    price[min]
    string Filter results by range of price. Requires price[max]. Sets the lower threshold of price.
    status[active]
    string Default value: null. Filter by the publication status of the offer
    limit
    string Default value: 50. The maximum number of products returned in the response
    page
    string