Objects
SubmitStoreResult
Represents the result of submitting a store within a cart.
Fields
store
required
This field represents the store’s information for which the cart submission result is provided.
status
required
This non-null field is an enumeration that represents the status of the checkout process for the store.
orderId
ID!
requiredThis field represents the order ID of the order created during the checkout process. It can be used for tracking or troubleshooting purposes.
requestId
ID!
requiredDeprecated. Use orderId
instead.
isSubmitted
Boolean!
requiredTrue if the store items ended up with a successful checkout
errors
required
Store submit errors.
Related types
Was this page helpful?