# PRI01 - Import a price file Import a .csv file to submit all applicable prices for an offer. The import mode is delete and replace: any existing price that is not submitted will be deleted. If Price Approval is enabled, this API creates and updates pending prices; ongoing prices will remain. Returns an import identifier to track the status of the import and retrieve an error report if applicable. Call FrequencyRecommended usage: Every 5 minutesMaximum usage: Once per minuteRead MoreImporting pricesAbout the price file format Endpoint: POST /api/offers/pricing/imports ## Query parameters: - `shop_id` (integer) Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used. ## Request fields (multipart/form-data): - `file` (string, required) Import CSV file to upload. Use multipart/form-data with name file. Csv format: "offer-sku";"price";"discount-price";"discount-start-date";"discount-end-date" 1 line = 1 offer price List prices for the same offer together Limits: 50 prices can be created for an offer Volume Pricing users: use additional columns price-ranges and discount-ranges Channel Pricing users: use additional column channels Scheduled Pricing users: use additional columns start-date and end-date Customer Pricing users: use additional columns customer-organization-ids and customer-group-ids ## Response 201 fields (application/json): - `import_id` (string) Offer pricing import identifier - `importId` (string) Offer pricing import identifier