# Introduction of the New Commerce API with Quote & Platform APIs ## Added - New **Quote** APIs: - `PATCH /v2/commerce/quotes/{quoteReferenceId}/fulfillment` - `PATCH /v2/commerce/quotes/{quoteReferenceId}` - `GET /v2/commerce/quotes/{quoteReferenceId}` - `GET /v2/commerce/quotes` - `POST /v2/commerce/quote` - `POST /v2/commerce/quote/preview` - New **Platform** APIs: - `POST /v2/commerce/file` - `GET /v2/commerce/files/{documentReferenceId}` ## Enhancements - New `update_subscription` response field in the following **Order** API: - `GET /v2/commerce/orders/{orderReferenceId}` - New `distributor` response field in the following **Deal Registration** API: - `GET /v2/commerce/deal_registrations/{dealRegKey}` - New `pricebook_attributes` response field in the following **Product Catalog** APIs: - `GET /v2/commerce/catalog/{offerId}` - `POST /v2/commerce/catalog` - New `zoom_account_number` request field in the following **Order** APIs: - `POST /v2/commerce/order/preview` - `POST /v2/commerce/order` - New `zoom_account_number` response field in the following **Order** API: - `POST /v2/commerce/order` - New `currency` response field in the following **Account Management** API: - `GET /v2/commerce/accounts/{accountKey}` - New `professional_services_description,partner_contacts,direct_reseller,estimated_close_date,product_groups` response fields in the following **Deal Registration** API: - `GET /v2/commerce/deal_registrations/{dealRegKey}` - New `currency,page_number,website,account_type,country` response fields in the following **Account Management** API: - `GET /v2/commerce/accounts` - New `auto_renew` request field in the following **Order** API: - `POST /v2/commerce/order/preview` - New `invoice_owner_name,sort` response fields in the following **Order** API: - `GET /v2/commerce/orders` - New `charge_id` response field in the following **Order** APIs: - `GET /v2/commerce/orders/{orderReferenceId}` - New `partner_sku_code` response field in the following **Order** APIs: - `POST /v2/commerce/order/preview` - `GET /v2/commerce/orders/{orderReferenceId}` - New `offer_type,charge_id,partner_sku_code` response fields in the following **Subscription** API: - `GET /v2/commerce/subscriptions/{subscriptionNumber}` - New `page_size,page_number` request fields in the following **Account Management** API: - `GET /v2/commerce/accounts` - New `issue_date,due_date` request fields in the following **Deal Registration** API: - `POST /v2/commerce/deal_registration` - New `partner_type` response field in the following **Account Management** APIs: - `GET /v2/commerce/accounts/{accountKey}` - `GET /v2/commerce/accounts` - New `invoice_owner_account, bill_to, sold_to, sub_reseller` response fields in the following **Billing** APIs: - `GET /v2/commerce/invoices/{invoiceNumber}` - New `invoice_owner_crm_account_number, end_customer_name, end_customer_crm_account_number, sub_reseller_crm_account_number` request parameters in the following **Subscription** APIs: - `GET /v2/commerce/subscriptions` - Renamed request parameters `zoom_account_number` to `end_customer_zoom_account_number` in the following **Subscription** APIs: - `GET /v2/commerce/subscriptions` - Renamed request parameters `customer_name` to `end_customer_name` in the following **Subscription** APIs: - `GET /v2/commerce/subscriptions`