Skip to main content
PUT
Update product information

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

vendorId
integer<int32>
required

Unique brand identifier

Body

application/json
storeId
string
required

Unique store identifier

productId
string
required

Unique product identifier

active
boolean
required

Product status

priceInfo
object
required
scheduledActiveStatus
string<date-time>

Future date on which you want to activate the product

scheduledInactiveStatus
string<date-time>

Future date on which you want to inactivate the product

Response

Product information successfully updated

message
string
Example:

"Product updated successfully"