We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
As a customer creating a subscription order on the frontend of SFCC the subproContainsSubscriptions order attribute is not set to true.
subproContainsSubscriptions
When creating a recurring order the subproContainsSubscriptions and subproIsRecurringOrder are not being set.
subproIsRecurringOrder
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:
sub-demandware/metadata/site_import/meta/system-objecttype-extensions.xml
Line 163 in 26df816
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
andsubproIsRecurringOrder
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:
sub-demandware/metadata/site_import/meta/system-objecttype-extensions.xml
Line 163 in 26df816
Order Attributes New Order
Order Attributes Recurring Order
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
The text was updated successfully, but these errors were encountered: