> ## Documentation Index
> Fetch the complete documentation index at: https://goody-codex-document-payment-method-reads.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Changelog

> Updates to the Goody API and MCP server

### September 2, 2026

* **Payment method visibility.** Order and order-batch detail responses, plus the MCP order history tools, now return `payment_method_id`. Card payments return the Goody payment method UUID; account-funded payments return an identifier such as `BALANCE`, `WORKSPACE_BALANCE`, `COMMERCE_STORED_VALUE`, or `CORPORATE_ACCOUNT`.

### June 25, 2026

* **Goody MCP server (beta).** Connect Goody to Claude and other MCP clients to send and manage gifts in conversation — discover gifts, draft a card message, preview and price a gift, and send with your confirmation, plus contacts and recurring autogifts. See the [MCP overview](/mcp/overview).

### 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.
