Fields


store
required

This field represents the store’s information for which the cart submission result is provided.

status

This non-null field is an enumeration that represents the status of the checkout process for the store.

orderId
ID!
required

This field represents the order ID of the order created during the checkout process. It can be used for tracking or troubleshooting purposes.

requestId
ID!
required

Deprecated. Use orderId instead.

isSubmitted
Boolean!
required

True if the store items ended up with a successful checkout

Store submit errors.