checkoutProfile - admin-graphql - QUERY
Version: 2024-10
Description:
A checkout profile on a shop.
Access Scopes
The shop must have access to the checkout editor.
Arguments
-
id:
ID! -
The ID of the checkout profile.
Returns
-
createdAt:
DateTime!
The date and time when the checkout profile was created.
-
editedAt:
DateTime!
The date and time when the checkout profile was last edited.
-
id:
ID!
A globally-unique ID.
-
isPublished:
Boolean!
Whether the checkout profile is published or not.
-
name:
String!
The profile name.
-
typOspPagesActive:
Boolean!
Whether the checkout profile Thank You Page and Order Status Page are actively using extensibility or not.
-
updatedAt:
DateTime!
The date and time when the checkout profile was last updated.
Examples