BigCommerce · Example Payload

Bigcommerce Getcustomerssettingschannel Example

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Bigcommerce Getcustomerssettingschannel 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": "getCustomersSettingsChannel",
  "method": "GET",
  "path": "/customers/settings/channels/{channel_id}",
  "summary": "BigCommerce Get Customer Settings per Channel",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "data",
      "example": {
        "privacy_settings": {
          "ask_shopper_for_tracking_consent": true,
          "policy_url": "https://bigcommmerce.com/policy"
        },
        "customer_group_settings": {
          "guest_customer_group_id": 1,
          "allow_global_logins": true
        }
      }
    }
  ]
}