We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dad3c87 commit 63ca6dbCopy full SHA for 63ca6db
src/types/cart.d.ts
@@ -71,6 +71,7 @@ export interface Cart {
71
discount_settings: {
72
custom_discounts_enabled: boolean
73
}
74
+ snapshot_date?: string
75
76
77
export interface CartItemBase {
src/types/order.d.ts
@@ -74,6 +74,7 @@ export interface OrderBase {
shipping_address: OrderShippingAddress
billing_address: OrderBillingAddress
external_ref?: string
+ order_number?: string
78
79
80
export interface Order extends Identifiable, OrderBase {
0 commit comments