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

Get a Product

Get a product

Path Parameters

ParameterDetails
productId
  • required
integer
Example:
123456

Query Parameters

ParameterDetails
shopId
integer
Example:
10001
campaignKey
string
Example:
e6413f96-b47c-4be1-be61-d2206adeae71
with
Array of strings
Default:
[]
string
Example:
attributes
pricePromotionKey
string
Example:
ppk-123

Responses

200
successful operation
application/json
Success
idrequired
integer
object
object
Array of object
Array of object
Array of array
Array of object
required
Array of object
required
object
isActiverequired
boolean
isNewrequired
boolean
isSoldOutrequired
boolean
masterKeyrequired
string
Example:
480306626-1
firstLiveAtrequired
string
Example:
2023-01-26T09:30:15+00:00
object
object
object
referenceKeyrequired
string
Example:
abc123
searchCategoryIds
Array of integer
Array of object
Array of object
createdAtrequired
string
Example:
2023-01-26T09:30:15+00:00
updatedAtrequired
string
Example:
2023-01-26T09:30:15+00:00
indexedAtrequired
string
Example:
2023-01-26T09:30:15+00:00
400
Required query parameter missing / invalid
application/json
Error
401
Authentication information is missing or invalid
application/json
Error
404
The specified resource was not found
application/json
Error
429
Triggered when a client exceeds the API request limit.
application/json
Error
GET/v1/products/{productId}

Request samples

Response samples

200
Content type: application/json
Provide Feedback