November 5, 2025
- Add endpoints for fetching all collections (/v1/collections) and retrieving a single collection (/v1/collections/:id).
May 21, 2025
- Add the Embedded Payment Form payment type for the Commerce API.
- Add Create a commerce user payment method (/v1/commerce_user_payment_methods).
September 10, 2024
- Add
custom_catalog_show_inactiveparameter to the List all active products (/v1/products) endpoint (Commerce API custom catalogs only). - Add
updated_atandstatus(Commerce API custom catalogs only) fields to the Product schema.statusis only for custom catalogs; by default, all products returned are active, unless when using thecustom_catalog_show_inactiveparameter.
August 28, 2024
- Add
variant_groupsfield to the Product schema.
August 8, 2024
- Add
international_shipping_tierandinternational_gift_cards_enabledfields to Order Batch Create payload.