docs
  1. Admin Api
  2. Resources
  3. Products
  4. Get A Product

Get a product

Get a product

Rate Limit: 1000 Max attempts within 1 minute.

Path Parameters

ParameterDetails
productIdentifier
  • required
string
Examples:
  • ^[1-9][0-9]*$
  • ^key%3D[a-zA-Z0-9-_%\+\. ]*$

Query Parameters

ParameterDetails
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/products/{productIdentifier}

Request samples

Response samples

200
Complete Product:
Content type: application/json
Provide Feedback