Update product state
Update state of an existing product
Rate Limit: 300 Max attempts within 1 minute.
Path Parameters
Parameter | Details |
---|---|
productIdentifier
| string Examples:
|
Request body
requiredParameter | Details |
---|---|
state
| string Enum: live draft problem new inApproval blocked Default: live Example: live |
merchantReferenceKeys | string |
merchantProductStates | object merchantReferenceKey stringstate stringExample: live |
Responses
200
Product state was successfully updated.
application/json
Success
staterequired
string
Example:
live
merchantReferenceKeys
Array of string
Array of object
400
Bad Request
application/json
Error
401
Unauthorized
application/json
Error
404
Not Found
application/json
Error
503
Service unavailable error
application/json
Error
PUT
Request samples
Response samples
200Product State:
Content type: application/json