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

# Changelog

> Updates to the Goody API

### June 3, 2026

* Add [customer\_reference\_id](https://developer.ongoody.com/api-reference/order-batches/create-an-order-batch#body-customer-reference-id-one-of-0) to OrderBatch, a unique/idempotent ID where you can store an ID reference to your own system.

### November 5, 2025

* Add endpoints for [fetching all collections (/v1/collections)](/api-reference/collections/list-all-collections) and [retrieving a single collection (/v1/collections/:id)](/api-reference/collections/retrieve-a-collection).

### May 21, 2025

* Add the [Embedded Payment Form](/commerce-api/embedded-payment-form) payment type for the Commerce API.
* Add [Create a commerce user payment method (/v1/commerce\_user\_payment\_methods)](/api-reference/commerce-user-payment-methods/create-a-commerce-user-payment-method).

### September 10, 2024

* Add `custom_catalog_show_inactive` parameter to the [List all active products (/v1/products)](https://developer.ongoody.com/api-reference/products/list-all-active-products) endpoint (Commerce API custom catalogs only).
* Add `updated_at` and `status` (Commerce API custom catalogs only) fields to the [Product schema](https://developer.ongoody.com/api-reference/schemas/product). `status` is only for custom catalogs; by default, all products returned are active, unless when using the `custom_catalog_show_inactive` parameter.

### August 28, 2024

* Add `variant_groups` field to the Product schema.

### August 8, 2024

* Add `international_shipping_tier` and `international_gift_cards_enabled` fields to Order Batch Create payload.
