BigCommerce · Schema

Pickup Option

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS

Properties

Name Type Description
pickup_method_id integer
View JSON Schema on GitHub

JSON Schema

bigcommerce-pickupoption-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PickupOption",
  "title": "Pickup Option",
  "type": "object",
  "properties": {
    "pickup_method_id": {
      "type": "integer"
    }
  }
}