docs
  1. Admin Api
  2. Resources
  3. Products
  4. Set Time For The First Live

Set time for the first live

Create or update first live at for all the variants of a product.

Rate Limit: 300 Max attempts within 1 minute.

Request body

required
ParameterDetails
shopKey
  • required
string
Example:
ms
countryCodes
  • required
string
Example:
DE,GB
products
  • required
object
productId
integer
Example:
12311
firstLiveAt
string
Format:
date-time
Example:
2021-01-23T11%3A30%3A58%2B00%3A00

Responses

200
First live at for all the variants of the products and shop countries provided in the request are updated or created.
Success
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
PUT/products/first-live-at

Request samples

Provide Feedback