stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingUpsertPayload

AdminTypes.CheckoutBrandingUpsertPayload interface

Return type for checkoutBrandingUpsert mutation.

Signature:

export interface CheckoutBrandingUpsertPayload 

Properties

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.