Get Article Detail
Obtain the information about specific Article
get
Authorizations
AuthorizationstringRequired
Enter your JWT access token
Path parameters
manufacturerCodestringRequired
manufacturerCode is a unique identifier for an article.
Responses
200
Information about the article and all its variants.
application/json
manufacturerCodestringRequired
Identifier for article, all variants of this article share the same manufacturer code
titlestringRequired
Title of the article variant
typeall ofRequired
Type of the article
string · enumOptionalPossible values:
Type of the article
productTypestringRequired
Type of the article.
productStylestringRequired
Style of the article.
productCategorystringRequired
Category of the article.
genderstringRequired
Gender for the article.
brandstringRequired
Brand of the article.
materialCompositionstringRequired
Material composition of the article.
grammagestringRequired
Grammage of the article.
countryOfOriginstringRequired
Country of origin of the article.
currencystringRequired
Currency for the article.
minPricenumberRequired
Minimum price of the article.
404
Article not found
application/json
500
Internal server error
application/json
get
/v1/articles/{manufacturerCode}Last updated