--- title: DeliveryBrandedPromise - GraphQL Admin description: Represents a branded promise presented to buyers. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryBrandedPromise md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryBrandedPromise.md --- # Delivery​Branded​Promise object Requires `read_orders` access scope. Represents a branded promise presented to buyers. ## Fields * handle [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The handle of the branded promise. For example: `shop_promise`. * name [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The name of the branded promise. For example: `Shop Promise`. *** ## Map ### Fields with this object * {}[DeliveryMethod.brandedPromise](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryMethod#field-DeliveryMethod.fields.brandedPromise)