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
Path parameters
manufacturerCodestringRequired

manufacturerCode is a unique identifier for an article.

Responses
200

Information about the article and all its variants.

application/json
get
GET /v1/articles/{manufacturerCode} HTTP/1.1
Host: 
Authorization: Bearer JWT
Accept: */*
{
  "manufacturerCode": "text",
  "title": "text",
  "articleVariants": [
    {
      "sku": "text",
      "title": "text",
      "color": "text",
      "size": "text"
    }
  ],
  "type": "BLANK"
}

Last updated