Offer Price Data Import
Offer Price Data entries (Fixed Price Discounts) can be imported into an Offer directly.
Adding vs Updating Offer Price Data
By default, when a CSV is uploaded all of the entries within it are treated as belonging to brand new entities; however, if an entity already exists between with the same identifierType and identifierValue, then the import will be handled as an update instead of an add.
Columns
Column name | Description |
---|---|
identifierType | The type of identifier, e.g. PRODUCT_ID or EXTERNAL_PRODUCT_ID |
identifierValue | The identifier value, e.g 1000 or ASD1234 |
discountType | The type of the discount, e.g. AMOUNT_OFF |
amount | The amount of the discount, e.g. 2.00 |
Example
identifierType,identifierValue,discountType,amount
EXTERNAL_PRODUCT_ID,ASC1234,AMOUNT_OFF,2.00