Get Article Variants

Obtain the list of all your Article Variants

advsf

get
Authorizations
AuthorizationstringRequired

Enter your JWT access token

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
chevron-right
200

Successfully retrieved article variants, ordered by sku and paginated

application/json
skustringRequired

SKU of the article variant

titlestringRequired

Title of the article variant

manufacturerCodestringRequired

Identifier for article, where this variant belongs to

colorstringRequired

Color of the article variant

sizestringRequired

Size of the article variant

currencystringRequired

Currency for the article variant

pricenumberRequired

Price of the article variant

stockLevelQuantitynumberRequired

Stock level quantity of the article variant

availabilityall ofRequired

Indicates whether the article variant is in stock or ordered just in time.

string · enumOptional

Indicates whether the article variant is in stock or ordered just in time.

Possible values:
get
/v1/article-variants

Last updated