Skip to content

COMDOX-1452 - updating schemas for 2.4.9-beta-1 - PaaS#536

Merged
jhadobe merged 4 commits intomainfrom
jh_paas-schemas-beta
Mar 12, 2026
Merged

COMDOX-1452 - updating schemas for 2.4.9-beta-1 - PaaS#536
jhadobe merged 4 commits intomainfrom
jh_paas-schemas-beta

Conversation

@jhadobe
Copy link
Contributor

@jhadobe jhadobe commented Mar 11, 2026

This PR adds schemas for the PaaS 2.4.9 beta release.

I will add the REST entries to redocly once this PR is merged.

Staging: building

The schemas have the following changes:

GraphQL

  • Queries
    • Added:
      • customerGroup
      • customerSegments
  • Mutations
    • Added:
      • addProductsToNewCart
      • clearWishlist
      • completeOrder
      • deleteCustomerAddressV2
      • exchangeExternalCustomerToken
      • setCartAsInactive
      • updateCustomerAddressV2
    • Deleted:
      • trackViewedProduct
  • Definitions
    • Added:
      • AddProductsToNewCartOutput
      • CartRuleStorefront
      • CompleteOrderInput
      • CustomerGroupStorefront
      • CustomerSegmentStorefront
      • ExchangeExternalCustomerTokenInput
      • ExchangeExternalCustomerTokenOutput
      • FastlaneConfig
      • FastlaneMethodInput
      • GiftCartAttributeValue
      • GuestOrderInformationInput
      • SetCartAsInactiveOutput
    • Deleted:
      • CartRule
      • CatalogRule
      • CustomerGroup
      • CustomerSegment
      • CustomerSegmentApplyTo
      • OrderInformationInput

REST

Endpoint Differences: 2.4.8 → 2.4.9-beta-1

  • Admin Schema (13 new endpoints)
    • /V1/adminuisdk/appmanagement/validate - Validate App Management User token
    • /V1/adminuisdk/orderviewbutton/{request_id} - Load order view button failed request by request ID
    • /V1/customers/activate - Activate a customer account using a confirmation key sent via email
    • /V1/customers/{customerId}/token - Generate a customer token based on the provided customer ID
    • /V1/eventing/eventProvider - Returns the list of event providers
    • /V1/eventing/eventProvider/{providerId} - Get a single event provider by provider ID
    • /V1/negotiable-carts/{cartId}/po-payment-information - Set payment information and place purchase order for a specified negotiable quote
    • /V1/payment-order/completeOrder - REST API endpoint to place an order
    • /V1/paypal/lineItems - Calculate totals and line items for PayPal
    • /V1/paypal/oneClick - Add product to cart (mainly for PayPal button from PDP)
    • /V1/paypal/validatePhoneNumber - Get & validate phone number and get shipping/billing email address
    • /V1/webhooks/subscribe - Subscribe to webhooks
    • /V1/webhooks/unsubscribe - Unsubscribe from webhooks
  • Customer Schema (5 new endpoints)
    • /V1/negotiable-carts/{cartId}/po-payment-information - Set payment information and place purchase order for negotiable quote
    • /V1/payment-order/completeOrder - Place an order through payment order flow
    • /V1/paypal/lineItems - Calculate totals and line items for PayPal checkout
    • /V1/paypal/oneClick - Add product to cart via PayPal button from product page
    • /V1/paypal/validatePhoneNumber - Validate phone number for PayPal checkout
  • Guest Schema (4 new endpoints)
    • /V1/payment-order/completeOrder - Place an order as a guest through payment order flow
    • /V1/paypal/lineItems - Calculate totals and line items for PayPal guest checkout
    • /V1/paypal/oneClick - Add product to cart via PayPal button (guest users)
    • /V1/paypal/validatePhoneNumber - Validate phone number for PayPal guest checkout

whatsnew
The 2.4.9 beta GraphQL and REST schemas are now available.

@jhadobe jhadobe self-assigned this Mar 11, 2026
@jhadobe jhadobe added major-update Significant updates to content 2.4.9 labels Mar 11, 2026
@github-project-automation github-project-automation bot moved this to 📋 Needs Review in Commerce - Pull Requests Mar 11, 2026
@jhadobe jhadobe requested a review from keharper March 11, 2026 20:22
@jhadobe jhadobe enabled auto-merge March 11, 2026 20:24
@jhadobe jhadobe merged commit 93d3be3 into main Mar 12, 2026
25 checks passed
@github-project-automation github-project-automation bot moved this from 📋 Needs Review to 👍 Approved in Commerce - Pull Requests Mar 12, 2026
@jhadobe jhadobe deleted the jh_paas-schemas-beta branch March 12, 2026 14:06
@github-project-automation github-project-automation bot moved this from 👍 Approved to 🏁 Done in Commerce - Pull Requests Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.4.9 major-update Significant updates to content

Projects

Status: 🏁 Done

Development

Successfully merging this pull request may close these issues.

2 participants