BigCommerce · Example Payload

Bigcommerce Deletewishlistitem Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Deletewishlistitem Example is an example object payload from BigCommerce, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "deleteWishlistItem",
  "method": "DELETE",
  "path": "/wishlists/{wishlist_id}/items/{item_id}",
  "summary": "BigCommerce Delete Wishlist Item",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "data": {
          "id": 30,
          "customer_id": 10,
          "name": "Christmas List",
          "is_public": true,
          "token": "d2d55481-13eb-4d1e-9d79-9062b518570d",
          "items": [
            {
              "id": 44,
              "product_id": 77,
              "variant_id": 1
            },
            {
              "id": 45,
              "product_id": 80,
              "variant_id": 1
            },
            {
              "id": 46,
              "product_id": 81,
              "variant_id": 1
            },
            {
              "id": 47,
              "product_id": 86,
              "variant_id": 1
            },
            {
              "id": 48,
              "product_id": 88,
              "variant_id": 1
            }
          ]
        },
        "meta": {}
      }
    }
  ]
}