Get a product
Get a product
Rate Limit: 1000 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
productIdentifier
| string Examples:
|
Query Parameters
Parameter | Details |
---|---|
with | Array of strings string Enum: attributes images variants variants.attributes variants.prices variants.stocks variants.customData variants.relatedVariants productSortings customData sellableTimeframes |
Responses
200
Product
application/json
Success
id
integer
problems
Array of string
referenceKeyrequired
string
Example:
M0001-black
required
object
Example:
{ "de_DE": "Blaues Hemd", "en_GB": "Blue Shirt" }
required
object
staterequired
string
Example:
live
Array of object
Example:
[ { "name": "color", "type": "localizedStringList", "value": [ { "de_DE": "blau", "en_GB": "blue" }, { "de_DE": "schwarz", "en_GB": "black" } ], "isLocked": true } ]
Array of object
Array of object
Array of object
null
Array of object
isComposite
boolean
merchantReferenceKeys
Array of string
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
GET
Request samples
Response samples
200Complete Product:
Content type: application/json