Queries
validateOrderCreation
Deprecated: Use ValidateOrderConditions instead.
No description
validateOrderCreation(
cartId: String!
checkout: CheckoutInputType!
channelId: String
languageId: String
marketId: String
): ValidateOrderCreationResponseType @deprecated
Arguments
cartId ● String! non-null scalar required
The cart ID
checkout ● CheckoutInputType! non-null input required
The choices made in checkout
channelId ● String scalar
The channel ID. Will default to an existing value if it is not found.
languageId ● String scalar
The language ID. Will default to an existing value if it is not found.
marketId ● String scalar
The market ID. Will default to an existing value if it is not found.
Type
ValidateOrderCreationResponseType object
validateOrderConditions
Validates the conditions required for placing an order, including product stock availability, customer balance, payment method selection, shipping method selection, and customer eligibility to complete the purchase.
widgetArea
Gets the page area and widgets from the specifed family.