Home > @infiniteobjects/shopify-data-manager > AdminTypes > CheckoutBrandingLogoInput
The input fields used to update the logo customizations.
Signature:
export interface CheckoutBrandingLogoInput
Property | Modifiers | Type | Description |
---|---|---|---|
image? | InputMaybe<CheckoutBrandingImageInput> | (Optional) The logo image (must not be of SVG format). | |
maxWidth? | InputMaybe<Scalars[‘Int’][‘input’]> | (Optional) The maximum width of the logo. |