--- title: OnTimeDeliveryScore - GraphQL Admin description: >- A score that represents the shop's ability to deliver on time to a particular country. The score is a value between 0 and 1. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/OnTimeDeliveryScore md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/OnTimeDeliveryScore.md --- # On​Time​Delivery​Score object Requires `read_merchant_approval_signals` access scope. A score that represents the shop's ability to deliver on time to a particular country. The score is a value between 0 and 1. ## Fields * country​Code [Country​Code!](https://shopify.dev/docs/api/admin-graphql/unstable/enums/CountryCode) non-null Destination country code. * score [Float!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/Float) non-null A score that represents the shop's ability to deliver on time to a particular country. The score is a float value between 0 and 1. *** ## Map ### Fields with this object * {}[MerchantApprovalSignals.onTimeDeliveryScores](https://shopify.dev/docs/api/admin-graphql/unstable/objects/MerchantApprovalSignals#field-MerchantApprovalSignals.fields.onTimeDeliveryScores)