3 operations removed

4/21/2026, 12:00:51 AM

API changes: 0 queries added, 1 removed. 0 mutations added, 2 removed. 0 types affected.

Query Changes

βž– Removed Queries (1)

checkoutAndAccountsAppConfiguration

Returns the checkout and accounts app configuration for the current API client and shop.

Mutation Changes

βž– Removed Mutations (2)

checkoutAndAccountsAppConfigurationDelete

Delete a checkout and accounts app configuration.

checkoutAndAccountsAppConfigurationUpdate

Create or update a checkout and accounts app configuration.

πŸ”„ Modified Mutations (2)

analyticsTargetCreate

Creates an analytics target that
defines a merchant's goal for a specific metric over a date range. For example, a merchant
can set a target of $50,000 in total sales for a quarter, or 1,000 orders in a month.

Provide the target attributes through the input argument. The currencyCode defaults to the
shop's currency when not specified. A target is uniquely identified by the combination of
metric, startDate, endDate, and filters β€” attempting to create a duplicate returns a user error.

Use analyticsTargetUpdate
to modify an existing target, or
analyticsTargetsDelete
to remove targets.

~ Modified argument: input
analyticsTargetUpdate

Updates an existing analytics target.
Only the fields provided in the input argument are modified; omitted fields remain unchanged.
Setting a nullable field to null clears its value.

Use analyticsTargetCreate
to create a new target, or
analyticsTargetsDelete
to remove targets.

~ Modified argument: input

Type Changes

βž– Removed Types (8)

πŸ—οΈCheckoutAndAccountsAppConfigurationβž– RemovedOBJECT

Configuration for checkout and accounts app.

Fields: allowedOrigins, branding, checkoutFlowConfiguration, createdAt, feature ... +3 more
πŸ—οΈCheckoutAndAccountsAppConfigurationDeletePayloadβž– RemovedOBJECT

Return type for checkoutAndAccountsAppConfigurationDelete mutation.

Fields: deletedCheckoutAndAccountsAppConfigurationId, userErrors
πŸ—οΈCheckoutAndAccountsAppConfigurationDeleteUserErrorβž– RemovedOBJECT

An error that occurs during the execution of CheckoutAndAccountsAppConfigurationDelete.

Fields: code, field, message
πŸ“‹CheckoutAndAccountsAppConfigurationDeleteUserErrorCodeβž– RemovedENUM

Possible error codes that can be returned by CheckoutAndAccountsAppConfigurationDeleteUserError.

Values: CONFIGURATION_NOT_FOUND, UNAUTHORIZED_ACCESS
πŸ“₯CheckoutAndAccountsAppConfigurationInputβž– RemovedINPUT_OBJECT

The input fields specifies the fields required to create or update a checkout and accounts app configuration.

πŸ—οΈCheckoutAndAccountsAppConfigurationUpdatePayloadβž– RemovedOBJECT

Return type for checkoutAndAccountsAppConfigurationUpdate mutation.

Fields: checkoutAndAccountsAppConfiguration, userErrors
πŸ—οΈCheckoutAndAccountsAppConfigurationUpdateUserErrorβž– RemovedOBJECT

An error that occurs during the execution of CheckoutAndAccountsAppConfigurationUpdate.

Fields: code, field, message
πŸ“‹CheckoutAndAccountsAppConfigurationUpdateUserErrorCodeβž– RemovedENUM

Possible error codes that can be returned by CheckoutAndAccountsAppConfigurationUpdateUserError.

Values: INVALID_CONTEXT