Get Articles
Obtain the list of all your articles
The endpoint retrieves basic information about all Articles assigned to a partner.
get
Authorizations
Query parameters
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
GET /v1/articles HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
[
{
"manufacturerCode": "text",
"title": "text",
"variants": 1
}
]
Last updated