Skip to content
This repository has been archived by the owner on Jul 24, 2024. It is now read-only.

Commit

Permalink
feat:snapshot_date for promotion preview (#858)
Browse files Browse the repository at this point in the history
Co-authored-by: mwan-ep <54115904+mwan-ep@users.noreply.github.com>
  • Loading branch information
yasamanloghman and mwan-ep authored Sep 14, 2023
1 parent 1e789d6 commit e6f398d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/types/cart.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ export interface CreateCartObject {
id?: string
name: string
description?: string
snapshot_date?: string
}

/**
Expand Down Expand Up @@ -147,6 +148,7 @@ export interface CartItemsResponse {
included?: {
tax_items?: ItemTaxObjectResponse[]
}
snapshot_date?: string
}

export interface BulkAddOptions {
Expand Down

0 comments on commit e6f398d

Please sign in to comment.