Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order attributes not set as expected when a subscription order is created. #77

Open
chrismshea opened this issue Feb 19, 2024 · 0 comments

Comments

@chrismshea
Copy link
Contributor

Issue Part 1

As a customer creating a subscription order on the frontend of SFCC the subproContainsSubscriptions order attribute is not set to true.

Issue Part 2

When creating a recurring order the subproContainsSubscriptions and subproIsRecurringOrder are not being set.

Consequences

Order attributes cannot be used to determine if the order contains a Subscription, and if that subscription order is new or recurring.

Fields are included in the Meta Data but do not appear to be set anywhere:

<attribute-definition attribute-id="subproContainsSubscriptions">

Order Attributes New Order

SFCC_Sub_New

Order Attributes Recurring Order

SFCC_Sub_Recurring

Recurring order OCAPI Requests/Responses

SFCC_Sub_Recurring_Order.json
SFCC_Sub_Recurring_PriceAdjustment.json
SFCC_Sub_Recurring_Items.json
SFCC_Sub_Recurring_Shipping.json
SFCC_Sub_Recurring_Basket.json
SFCC_Sub_Recurring_Payment.json

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant