Get Articles
Obtain the list of all your articles
The endpoint retrieves basic information about all Articles assigned to a partner.
get
Authorizations
AuthorizationstringRequired
Enter your JWT access token
Query parameters
genderstringOptional
Filter articles by gender. Accepts a single value or comma-separated values.
productCategorystringOptional
Filter articles by product category. Accepts a single value or comma-separated values.
productTypestringOptional
Filter articles by product type. Accepts a single value or comma-separated values.
pagenumberOptional
Number of the page to retrieve. Default is 1
limitnumberOptional
Number of articles to retrieve per page. Default is 50, maximum is 500
Responses
200
Successfully retrieved articles, ordered by manufacturer code and paginated
application/json
404
Articles not found
application/json
500
Internal server error
application/json
get
/v1/articlesLast updated