Get Article Variant Detail
Obtain the infromation abou specific SKU
The endpoint returns information about specific Article Variant including information about where and how you can print on it. For more information please refer to Utilize Custom Products
get
Authorizations
Path parameters
skustringRequired
sku is a unique identifier for an article variant.
Responses
200
Successfully retrieved the order details
application/json
404
Article Variant not found
application/json
500
Internal server error
application/json
get
GET /v1/article-variants/{sku} HTTP/1.1
Host:
Authorization: Bearer JWT
Accept: */*
{
"sku": "text",
"title": "text",
"manufacturerCode": "text",
"color": "text",
"size": "text",
"stockLevelQuantity": 1,
"allowedLocations": [
{
"location": "REGULAR",
"printTechnologies": [
"ACCESSORIES"
]
}
],
"isAllowedOnLocations": [
{
"location": "REGULAR",
"printTechnologies": [
"DTF"
]
}
],
"dtgType": "WHITE_UNDERBASE",
"type": "BLANK"
}
Last updated