BigCommerce · Example Payload

Bigcommerce Updatecustomerformfieldvalues Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Updatecustomerformfieldvalues 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": "updateCustomerFormFieldValues",
  "method": "PUT",
  "path": "/customers/form-field-values",
  "summary": "BigCommerce Upsert Customer Form Field Values",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "Example",
      "example": [
        {
          "customer_id": 12,
          "name": "Sales Rep",
          "value": "Miss Moneypenny"
        },
        {
          "customer_id": 12,
          "name": "How did you hear about us?",
          "value": "Other"
        },
        {
          "customer_id": 12,
          "name": "What is your favorite pizza topping?",
          "value": "Mushrooms"
        }
      ]
    }
  ],
  "responseExamples": []
}