Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingUpsertPayload
Return type for checkoutBrandingUpsert mutation.
Signature:
export interface CheckoutBrandingUpsertPayload
| Property | Modifiers | Type | Description |
|---|---|---|---|
| checkoutBranding? | Maybe<CheckoutBranding> | (Optional) Returns the new checkout branding settings. | |
| userErrors | Array<CheckoutBrandingUpsertUserError> | The list of errors that occurred from executing the mutation. |