import { DaffCartOrderResult } from '@daffodil/cart'
The result of placing an order for a cart. Stores a reference to a cart and order object.
interface DaffCartOrderResult {
cartId: string
orderId: string
}
cartId string |
---|
The ID of the cart for which this order was placed. |
orderId string |
---|
The ID of the order placed. |