deliveryPromiseSkuSettingUpsert - admin-graphql - MUTATION
Version: unstable
Description:
Creates or updates a delivery promise SKU setting that will be used when looking up delivery promises for the SKU.
Access Scopes
`write_delivery_promises` access scope.
Arguments
-
deliveryPromiseProviderId:
ID! -
The ID of the delivery promise provider.
-
scheduleHandle:
String! -
The schedule handle that will be used when looking up delivery promises for the SKU.
-
sku:
String! -
The SKU that will be associated with this setting.
Returns
-
deliveryPromiseSkuSetting:
DeliveryPromiseSkuSetting
The created or updated delivery promise SKU setting.
-
userErrors:
PromiseSkuSettingUpsertUserError!
The list of errors that occurred from executing the mutation.
Examples