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