COMDOX-1452 - updating schemas for 2.4.9-beta-1 - PaaS#536
Merged
Conversation
keharper
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds schemas for the PaaS
2.4.9beta release.I will add the REST entries to redocly once this PR is merged.
Staging: building
The schemas have the following changes:
GraphQL
customerGroupcustomerSegmentsaddProductsToNewCartclearWishlistcompleteOrderdeleteCustomerAddressV2exchangeExternalCustomerTokensetCartAsInactiveupdateCustomerAddressV2trackViewedProductAddProductsToNewCartOutputCartRuleStorefrontCompleteOrderInputCustomerGroupStorefrontCustomerSegmentStorefrontExchangeExternalCustomerTokenInputExchangeExternalCustomerTokenOutputFastlaneConfigFastlaneMethodInputGiftCartAttributeValueGuestOrderInformationInputSetCartAsInactiveOutputCartRuleCatalogRuleCustomerGroupCustomerSegmentCustomerSegmentApplyToOrderInformationInputREST
Endpoint Differences: 2.4.8 → 2.4.9-beta-1
/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/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/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 checkoutwhatsnew
The 2.4.9 beta GraphQL and REST schemas are now available.