4/21/2026, 12:00:51 AM
API changes: 0 queries added, 1 removed. 0 mutations added, 2 removed. 0 types affected.
Returns the checkout and accounts app configuration for the current API client and shop.
Delete a checkout and accounts app configuration.
Create or update a checkout and accounts app configuration.
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 ofmetric, startDate, endDate, and filters β attempting to create a duplicate returns a user error.
Use analyticsTargetUpdate
to modify an existing target, oranalyticsTargetsDelete
to remove targets.
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, oranalyticsTargetsDelete
to remove targets.
Configuration for checkout and accounts app.
Return type for checkoutAndAccountsAppConfigurationDelete mutation.
An error that occurs during the execution of CheckoutAndAccountsAppConfigurationDelete.
Possible error codes that can be returned by CheckoutAndAccountsAppConfigurationDeleteUserError.
The input fields specifies the fields required to create or update a checkout and accounts app configuration.
Return type for checkoutAndAccountsAppConfigurationUpdate mutation.
An error that occurs during the execution of CheckoutAndAccountsAppConfigurationUpdate.
Possible error codes that can be returned by CheckoutAndAccountsAppConfigurationUpdateUserError.