BigCommerce · Schema

consignmentAvailableShippingOptions

E-CommerceRetailCatalogOrdersCheckoutPaymentsSaaS
View JSON Schema on GitHub

JSON Schema

bigcommerce-consignmentavailableshippingoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/consignmentAvailableShippingOptions",
  "title": "consignmentAvailableShippingOptions",
  "allOf": [
    {
      "$ref": "#/components/schemas/consignmentShippingOption_Base"
    },
    {
      "type": "object",
      "properties": {
        "isRecommended": {
          "type": "boolean",
          "description": "Is this shipping method the recommended shipping option or not."
        },
        "additionalDescription": {
          "type": "string"
        }
      }
    }
  ],
  "x-internal": false
}