# PUT /price-lists/{id}.json **PUT /price-lists/{id}.json** ## Servers - http://api.example.com/v1: http://api.example.com/v1 () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **id** (integer(int64)) Numeric ID of the instance ### Body: application/json (object) - **cacheImport** (boolean | null) Cache import - **compareAtPriceHeader** (string | null) If not set, Onport will look for a column called `compare_at_price`. - **comparePrevious** (boolean | null) Compare previous - **createdAt** (string(date-time)) Created at - **currencyId** (integer(int32)) Currency - **delimiter** (string | null) Defaults to a comma (,) if not set. For example, you can enter | if your CSV file is pipe separated instead of comma separated. - **id** (integer(int32)) Id - **importFromUrl** (boolean | null) Import from url - **importSeconds** (integer(int32) | null) Import seconds - **importUrl** (string | null) Import url - **lastFetchedAt** (string(date-time) | null) Last fetched at - **lastFetchedFile** (string | null) Last fetched file - **name** (string) Name - **parseNumber** (boolean | null) Parse number - **priceHeader** (string | null) If not set, Onport will look for a column called `retail_price`. - **skuHeader** (string | null) If not set, Onport will look for a column called `sku`. - **status** (string | null) Status - **type** (string) Type - **updatedAt** (string(date-time)) Updated at - **zeroCompareAtPrices** (boolean | null) Zero compare at prices ## Responses [Powered by Bump.sh](https://bump.sh)