Add an item
Add an item
Path Parameters
Parameter | Details |
---|---|
wishlistId
| string Example: your-wishlist-key |
Query Parameters
Parameter | Details |
---|---|
shopId | integer Example: 10001 |
campaignKey | string Example: e6413f96-b47c-4be1-be61-d2206adeae71 |
pricePromotionKey | string Example: ppk-123 |
with | Array of strings Default: [] string Example: items.variant.attributes |
Header Parameters
Parameter | Details |
---|---|
X-Shop-Id | integer Example: 10001 |
X-Access-Token
| string Example: f36POk6yJV_adQssw5c |
Request body
Parameter | Details |
---|---|
variantId
| integer Example: 1 |
productId
| integer Example: 123456 |
customData | object |
itemGroup
| object id string
isMainItem booleanisRequired boolean |
Responses
201
request successful
application/json
Success
keyrequired
string
required
Array of object
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
409
Conflict - wishlist item for given variant already exists
application/json
Error
412
product currently unavailable / no variant for product id found
application/json
Error
413
wishlist exceeds maximum items size limitation
application/json
Error
423
Dependency is currently locked due to another request, please retry.
application/json
Error
424
The API Request failed due to an underlying dependency error.
application/json
Error
429
Triggered when a client exceeds the API request limit.
application/json
Error
POST
Request samples
Response samples
201Content type: application/json