stack

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

AdminTypes.CheckoutProfile interface

A checkout profile defines the branding settings and the UI extensions for a store’s checkout. A checkout profile could be published or draft. A store might have at most one published checkout profile, which is used to render their live checkout. The store could also have multiple draft profiles that were created, previewed, and published using the admin checkout editor.

Signature:

export interface CheckoutProfile extends Node 

Extends: Node

Properties

Property Modifiers Type Description
createdAt   Scalars[‘DateTime’][‘output’] The date and time when the checkout profile was created.
editedAt   Scalars[‘DateTime’][‘output’] The date and time when the checkout profile was last edited.
id   Scalars[‘ID’][‘output’] A globally-unique ID.
isPublished   Scalars[‘Boolean’][‘output’] Whether the checkout profile is published or not.
name   Scalars[‘String’][‘output’] The profile name.
updatedAt   Scalars[‘DateTime’][‘output’] The date and time when the checkout profile was last updated.