PriceSyncHistory
Price sync history for a distributor product import
This page contains
Fields
| id: ID! | Unique identifier of the history record |
| importId: String! | Distributor product import identifier |
| createdOn: DateTime! | Time at which the history record was created |
| lastModifiedOn: DateTime! | Time at which the history record was last modified |
| priceUpdates: [PriceUpdates!]! PREVIEW | List of price updates over time |
Queries for PriceSyncHistory
| distributorProductPriceSyncHistory PREVIEW | Fetch price sync history for an import |