> ## Documentation Index
> Fetch the complete documentation index at: https://docs.covver.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Changelog of API changes

<Info>
  Subscribe to notifications by putting in your information [here](https://www.covver.io/api-notifications)
</Info>

## July 29th, 2025

* Added note about Mexico RFC number

## July 10th, 2025

* Fixed `validateOrder` API authorization
* Deprecated `createCompany` API

## January 27th, 2025

* Added `priceDeltaByCountry` to get product endpoint

## December 30th, 2024

* Added `trackingNumber` and `allShipments` to order status

## September 22nd, 2024

* Added `status` and `notes` to product related API endpoints

## September 2nd, 2024

* Added supported locales to the locales list for getProduct and listProducts endpoint
  * The supported locales are "fr-FR", "fr-CA", "es-ES", "es-MX", "en-AU", "en-GB" and "en-US" is the default.

## August 18th, 2024

* Added `countryCode` to `getProduct`'s query
  * Will affect item pricing in case there is DDP/Shipping costs breakdown

## August 13th, 2024

* Added accept-language header to getProduct and listProducts endpoint
  * Only "en-US", "fr-FR", and "es-ES" locales are supported at the moment

## August 4th, 2024

* Added mandatory taxNumber fields for China, Italy, and South Korea

## July 28th, 2024

* Added a `descriptionV2` and `sizeChartTable` to the get product endpoint. `descriptionV2` is the description without the size chart HTML and the `sizeChartTable` is the size chart HTML.

## July 22nd, 2024

* Added an API to update a product. Can update the product status and also notes on the product
* Added a sizeChartImages to the get product endpoint

## July 17th, 2024

Added an optional `personalizationsUsed` field on the collection object that corresponds to all of the data needed to create all the personalized products in this collection.
This field will only be populated in personalized collections.

## July 10th, 2024

Introducing `status` field for products.
The Draft product status enables a design review process where products can be added in draft mode and set to active only after approval.
In the API, only active products, which are available for sale, should be retrieved.

* New products in stores are created in `Draft` status.
* Added `status` to list products endpoint in order to filter products by status. By default, only active products are returned.
* Product with `Draft` status will *fail on place order* endpoint.

## July 3rd, 2024

* Added `creationStatus` to list products and get product endpoints
* Made `companyId` mandatory when creating webhooks

## June 24th, 2024

* Added `isVipOrder` to placeOrder API
