--- title: DeliveryPromiseSkuSettingUpsertPayload - GraphQL Admin description: Return type for `deliveryPromiseSkuSettingUpsert` mutation. api_version: unstable api_name: admin source_url: html: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/deliverypromiseskusettingupsertpayload md: https://shopify.dev/docs/api/admin-graphql/unstable/payloads/deliverypromiseskusettingupsertpayload.md --- # Delivery​Promise​Sku​Setting​Upsert​Payload payload Return type for `deliveryPromiseSkuSettingUpsert` mutation. ## Fields * delivery​Promise​Sku​Setting [Delivery​Promise​Sku​Setting](https://shopify.dev/docs/api/admin-graphql/unstable/objects/DeliveryPromiseSkuSetting) The created or updated delivery promise SKU setting. * user​Errors [\[Promise​Sku​Setting​Upsert​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/unstable/objects/PromiseSkuSettingUpsertUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [delivery​Promise​Sku​Setting​Upsert](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryPromiseSkuSettingUpsert) mutation Creates or updates a delivery promise SKU setting that will be used when looking up delivery promises for the SKU. * delivery​Promise​Provider​Id [ID!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/ID) required ### Arguments The ID of the delivery promise provider. * schedule​Handle [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) required The schedule handle that will be used when looking up delivery promises for the SKU. * sku [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) required The SKU that will be associated with this setting. *** *** ## Map ### Mutations with this payload * [delivery​Promise​Sku​Setting​Upsert](https://shopify.dev/docs/api/admin-graphql/unstable/types/deliveryPromiseSkuSettingUpsert)