BigCommerce · Example Payload

Bigcommerce Upsertcustomersattributevalues Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Upsertcustomersattributevalues 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": "upsertCustomersAttributeValues",
  "method": "PUT",
  "path": "/customers/attribute-values",
  "summary": "BigCommerce Upsert Customer Attribute Values",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Example",
      "example": [
        {
          "attribute_id": 1,
          "value": "No",
          "customer_id": 2
        }
      ]
    }
  ],
  "responseExamples": []
}