Changelog: Commerce - Added new Commerce APIs

Released: 2026-01-12 Updated: 2026-02-05T20:37:44

Visit Changelog

Summary: New APIs added for Quote, Order and Deal Registration.

Enhancements

  • New discount_program response field in the following Quote APIs:
    • GET /v2/commerce/quotes/{quoteReferenceId}
    • POST /v2/commerce/quote/preview
  • New remove_reason,discount_level response fields in the following Quote API:
    • GET /v2/commerce/quotes/{quoteReferenceId}
  • New paid_period_start_date response field in the following Quote API:
    • POST /v2/commerce/quote/preview
  • New discount_program response field in the following Order APIs:
    • GET /v2/commerce/orders/{orderReferenceId}
    • POST /v2/commerce/order/preview
  • New migration_type response field in the following Deal Registration API:
    • GET /v2/commerce/deal_registrations/{dealRegKey}