BigCommerce · Schema

Check Connection Options Request Payload

The payload sent to a Shipping Provider to check that the store is connected to this provider. Each Shipping Provider will have different configurations for the payload.

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
connection_options object
View JSON Schema on GitHub

JSON Schema

bigcommerce-checkconnectionoptionsrequestpayload-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CheckConnectionOptionsRequestPayload",
  "title": "Check Connection Options Request Payload",
  "type": "object",
  "properties": {
    "connection_options": {
      "$ref": "#/components/schemas/ConnectionOptionsInstance"
    }
  },
  "required": [
    "connection_options"
  ],
  "description": "The payload sent to a Shipping Provider to check that the store is connected to this provider.\n\nEach Shipping Provider will have different configurations for the payload.",
  "x-internal": false
}