# DeliveryPromiseSkuSetting - admin - OBJECT Version: unstable ## Description A delivery promise SKU setting that will be used when looking up delivery promises for the SKU. ### Access Scopes `read_delivery_promises` access scope. ## Fields * [deliveryPromiseProvider](/docs/api/admin/unstable/objects/DeliveryPromiseProvider): DeliveryPromiseProvider! - The delivery promise provider associated with this SKU mapping. * [scheduleHandle](/docs/api/admin/unstable/scalars/String): String - The schedule handle that will be used when looking up delivery promises for this SKU. * [sku](/docs/api/admin/unstable/scalars/String): String! - The SKU that will be associated with this setting. ## Connections ## Related queries * [deliveryPromiseSkuSetting](/docs/api/admin/unstable/queries/deliveryPromiseSkuSetting) A SKU setting for a delivery promise. ## Related mutations * [deliveryPromiseSkuSettingUpsert](/docs/api/admin/unstable/mutations/deliveryPromiseSkuSettingUpsert) Creates or updates a delivery promise SKU setting that will be used when looking up delivery promises for the SKU. ## Related Unions ## Examples