Get Article Variants

Obtain the list of all your Article Variants

advsf

get
Authorizations
Query parameters
manufacturerCodestringOptional

Filters article variants by manufacturer code.

pagenumberOptional

Number of the page to retrieve. Default is 1

limitnumberOptional

Number of articleVariants to retrieve per page. Default is 50, maximum is 500

Responses
200

Successfully retrieved article variants, ordered by sku and paginated

application/json
get
GET /v1/article-variants HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
[
  {
    "sku": "text",
    "title": "text",
    "manufacturerCode": "text",
    "color": "text",
    "size": "text",
    "stockLevelQuantity": 1
  }
]

Last updated