CheckoutProfile
Requires The shop must have access to the checkout editor.
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.
Anchor to FieldsFields
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the checkout profile was created.
- Anchor to editedAtedited•
At DateTime! non-null The date and time when the checkout profile was last edited.
- •ID!non-null
A globally-unique ID.
- Anchor to isPublishedis•
Published Boolean!non-null Whether the checkout profile is published or not.
- Anchor to namename•String!non-null
The profile name.
- Anchor to updatedAtupdated•
At DateTime! non-null The date and time when the checkout profile was last updated.
Map
Fields and connections with this object
Anchor to QueriesQueries
- •query
A checkout profile on a shop.
- •query
List of checkout profiles on a shop.