Wishlists Items

Delete Wishlist Item

DELETE /wishlists/{wishlist_id}/items/{item_id}

Request

Deletes a wishlist item.

Authentication

  • X-Auth-Token in header

Parameters

  • store_hash in path - string
  • wishlist_id in path - integer
    required
    ID of the Wishlist.
  • Accept in header with default of application/json - string
    required
    The MIME type of the response body.
  • item_id in path - integer
    required

example

Response

Body

object | application/json
  • data
    object

  • meta
    object

    Response metadata.

example

Add Wishlist Item

POST /wishlists/{wishlist_id}/items

Request

Adds a wishlist item. More than one item can be added at a time.

Authentication

  • X-Auth-Token in header

Parameters

  • store_hash in path - string
  • wishlist_id in path - integer
    required
    ID of the Wishlist.
  • Accept in header with default of application/json - string
    required
    The MIME type of the response body.
  • Content-Type in header with default of application/json - string
    required
    The MIME type of the request body.

Body

object | application/json
  • items
    array[object]

example

Response

Body

object | application/json
  • data
    object

  • meta
    object

    Response metadata.

example

Did you find what you were looking for?