← back to Shopify Sample Shipping
verification/priority-sample-snapshot.json
39 lines
{
"removedAt": "2026-09-09T21:35:44.961Z",
"profile": "gid://shopify/DeliveryProfile/29033627699",
"locationGroupId": "gid://shopify/DeliveryLocationGroup/29032120371",
"zoneId": "gid://shopify/DeliveryZone/54097215539",
"zoneName": "Domestic",
"methodDefinition": {
"id": "gid://shopify/DeliveryMethodDefinition/668951019571",
"name": "Priority Sample Only",
"active": true,
"rateProvider": {
"__typename": "DeliveryRateDefinition",
"id": "gid://shopify/DeliveryRateDefinition/608114540595",
"price": {
"amount": "24.95",
"currencyCode": "USD"
}
},
"methodConditions": [
{
"operator": "GREATER_THAN_OR_EQUAL_TO",
"conditionCriteria": {
"__typename": "MoneyV2",
"amount": "0.0",
"currencyCode": "USD"
}
},
{
"operator": "LESS_THAN_OR_EQUAL_TO",
"conditionCriteria": {
"__typename": "MoneyV2",
"amount": "20.0",
"currencyCode": "USD"
}
}
]
}
}