BigCommerce · Example Payload

Bigcommerce Deletecartlineitem Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Deletecartlineitem 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": "deleteCartLineItem",
  "method": "DELETE",
  "path": "/carts/{cartId}/items/{itemId}",
  "summary": "BigCommerce Delete Cart Line Item",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "response",
      "example": {
        "data": {
          "id": "bc218c65-7a32-4ab7-8082-68730c074d02",
          "customer_id": 11,
          "email": "",
          "currency": {
            "code": "USD"
          },
          "tax_included": false,
          "base_amount": 189.75,
          "discount_amount": 0,
          "cart_amount": 212.81,
          "coupons": [],
          "line_items": {
            "physical_items": [
              {
                "id": "6e193ce6-f327-4dcc-b75e-72cf6738525e",
                "parent_id": {},
                "variant_id": 362,
                "product_id": 191,
                "sku": "",
                "name": "Openhouse No. 3",
                "url": "http://id30h7ohwf.mybigcommerce.com/all/openhouse-no-3/",
                "quantity": 5,
                "taxable": true,
                "image_url": "https://cdn8.bigcommerce.com/s-id30h7ohwf/products/191/images/475/openhousevol3_1024x1024__59692__16355.1534344544.330.500.jpg?c=2",
                "discounts": [],
                "coupons": [],
                "discount_amount": 0,
                "coupon_amount": 0,
                "original_price": 27.95,
                "list_price": 27.95,
                "sale_price": 27.95,
                "extended_list_price": 139.75,
                "extended_sale_price": 139.75,
                "is_require_shipping": true,
                "options": [
                  {
                    "name": "Add a $5 Donation",
                    "nameId": 82,
                    "value": "No",
                    "valueId": 186
                  }
                ]
              }
            ],
            "digital_items": [],
            "custom_items": [
              {
                "extended_list_price": 5.99,
                "id": "78239b69-1952-4c35-9d58-ea30158b4e39",
                "list_price": 5.99,
                "name": "Rope Toy",
                "quantity": 1,
                "sku": "ROPE-TOY"
              }
            ],
            "gift_certificates": [
              {
                "id": "6e38bbc2-8873-472c-a452-8bd4aaea5d3a",
                "name": "Happy Birthday",
                "theme": "birthday.html",
                "amount": 50,
                "quantity": 1,
                "taxable": false,
                "sender": {
                  "name": "Jane Does",
                  "email": "janedoe@example.com"
                },
                "recipient": {
                  "name": "Jane Does",
                  "email": "janedoe@example.com"
                },
                "message": "Happy Birthday Jane!"
              }
            ]
          },
          "created_time": "2018-09-17T14:27:39.000Z",
          "updated_time": "2018-09-17T14:53:40.000Z",
          "meta": {}
        }
      }
    }
  ]
}