--- title: PromiseSkuSettingUpsertUserError - GraphQL Admin description: An error that occurs during the execution of `PromiseSkuSettingUpsert`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/PromiseSkuSettingUpsertUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/PromiseSkuSettingUpsertUserError.md --- # Promise​Sku​Setting​Upsert​User​Error object An error that occurs during the execution of `PromiseSkuSettingUpsert`. ## Fields * code [Promise​Sku​Setting​Upsert​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/PromiseSkuSettingUpsertUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [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. *** *** ## <\~> PromiseSkuSettingUpsertUserError Mutations ### Mutated by * <\~>[delivery​Promise​Sku​Setting​Upsert](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/deliveryPromiseSkuSettingUpsert) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-PromiseSkuSettingUpsertUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)