Get Article Detail

Obtain the information about specific Article

The endpoint returns detailed information about specific Article including all its Article variants and Article Type.

get
Authorizations
AuthorizationstringRequired

Enter your JWT access token

Path parameters
manufacturerCodestringRequired

manufacturerCode is a unique identifier for an article.

Responses
chevron-right
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 · enumOptional

Type of the article

Possible values:
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.

get
/v1/articles/{manufacturerCode}

Last updated