← back to Shopify Sample Shipping

verification/migration-general-band-snapshot.json

34 lines

{
  "cap": "45",
  "method": {
    "id": "gid://shopify/DeliveryMethodDefinition/668938600499",
    "name": "Free Shipping (No Tracking)",
    "rateProvider": {
      "__typename": "DeliveryRateDefinition",
      "price": {
        "amount": "0.0",
        "currencyCode": "USD"
      }
    },
    "methodConditions": [
      {
        "id": "gid://shopify/DeliveryCondition/202183704627?operator=greater_than_or_equal_to",
        "operator": "GREATER_THAN_OR_EQUAL_TO",
        "conditionCriteria": {
          "__typename": "MoneyV2",
          "amount": "0.0"
        }
      },
      {
        "id": "gid://shopify/DeliveryCondition/202183704627?operator=less_than_or_equal_to",
        "operator": "LESS_THAN_OR_EQUAL_TO",
        "conditionCriteria": {
          "__typename": "MoneyV2",
          "amount": "45.0"
        }
      }
    ]
  },
  "lg": "gid://shopify/DeliveryLocationGroup/29032120371",
  "zone": "gid://shopify/DeliveryZone/54097215539"
}