Changelog: Commerce - New fields in various existing APIs

Released: 2026-04-20 Updated: 2026-04-18

Visit Changelog

Summary: New response fields in the multiple Quote and Order APIs. New request fields in multiple Quote, Order, and Account Management APIs.

Changed

Response fields

  • New old_subscription_price_list_id response field in the following Order API:
    • GET /v2/commerce/orders/{orderReferenceId}
  • New subscription_price_list_id response field in the following Order APIs:
    • GET /v2/commerce/orders/{orderReferenceId}
    • GET /v2/commerce/orders/{orderReferenceId}
  • New old_subscription_price_list_id response field in the following Quote API:
    • GET /v2/commerce/quotes/{quoteReferenceId}
  • New subscription_price_list_id response field in the following Quote APIs:
    • GET /v2/commerce/quotes/{quoteReferenceId}
    • GET /v2/commerce/quotes/{quoteReferenceId}

Request fields

  • New contact_email request field in the following Account Management API:
    • GET /v2/commerce/accounts/{accountKey}
  • New old_subscription_price_list_id request field in the following Order APIs:
    • POST /v2/commerce/order/preview
    • POST /v2/commerce/order
  • New subscription_price_list_id request field in the following Order APIs:
    • POST /v2/commerce/order/preview
    • POST /v2/commerce/order/preview
    • POST /v2/commerce/order
    • POST /v2/commerce/order
  • New old_subscription_price_list_id request field in the following Quote APIs:
    • POST /v2/commerce/quote/preview
    • POST /v2/commerce/quote
    • PATCH /v2/commerce/quotes/{quoteReferenceId}
  • New subscription_price_list_id request field in the following Quote APIs:
    • POST /v2/commerce/quote/preview
    • POST /v2/commerce/quote/preview
    • POST /v2/commerce/quote
    • POST /v2/commerce/quote
    • PATCH /v2/commerce/quotes/{quoteReferenceId}
    • PATCH /v2/commerce/quotes/{quoteReferenceId}