docs
  1. Add-on Documentation
  2. Omni-channel Add-on
  3. Developer Guide
  4. Api Reference
  5. Variants
  6. Get A Specific Variant In A Store

Get a specific Variant in a Store

Returns a specific variant in store

Path Parameters

ParameterDetails
storeId
  • required
integer
Examples:
  • {
      "type": "integer"
    }
  • {
      "type": "string"
    }
variantId
  • required
integer
Example:
1234

Query Parameters

ParameterDetails
with
string
disableSafetyStock
boolean
Example:
true

Responses

200
successful operation
application/json
Success
id
integer
Example:
10
referenceKey
string
Example:
1fc2c699-6a93-3321-b5e7-7cae83050410
name
string
Example:
Acme Corp.
email
string
Example:
mail@example.org
object
object
timezone
string
Example:
Europe/Berlin
object
customData
object
object
isActive
boolean
Array of object
Array of object
Array of object
Example:
1d43daa8-248e-463a-be27-dd33d3069987
Array of object
401
Unauthorized
Error
404
Not Found
Error
GET/stores/{storeId}/variants/{variantId}

Request samples

Provide Feedback