Last update:
April 11, 2024
createOrderFromCart mutation¶
This mutation creates an order from the cart with a specific Id.
Arguments¶
The InputCreateOrderFromCartType!
represents the input object for creating an order from a cart.
Field | Description |
---|---|
cartId String |
The Id of the cart from which the order will be created . |
Possible returns¶
Possible return | Description |
---|---|
CustomerOrderType |
A customer order. |