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

Bundled Add to Cart Methods #963

Closed
korgon opened this issue Nov 29, 2023 · 1 comment · Fixed by #1022 or #1047
Closed

Bundled Add to Cart Methods #963

korgon opened this issue Nov 29, 2023 · 1 comment · Fixed by #1022 or #1047
Assignees
Labels
type: feature New functionality

Comments

@korgon
Copy link
Contributor

korgon commented Nov 29, 2023

The recommendation bundles involve making calls to the shopping platform in order to add products to the shopping cart. In order to make this streamlined, we will need to create a utility that abstracts the shopping platform API and provides a unified interface for handling shopping platform interactions.

The first shopping platform interaction is for this task - namely, adding products to the cart.

Platforms to support initially:

  • Shopify
  • BigCommerce
  • Magento2

This utility should be built in a way that we can add additional shopping platform interactions as needed in the future.

@korgon korgon added this to the Bundled Recommendations milestone Nov 29, 2023
@korgon korgon added the type: feature New functionality label Nov 29, 2023
@korgon
Copy link
Contributor Author

korgon commented Dec 14, 2023

Need considerations around failures when adding to cart.

@chrisFrazier77 chrisFrazier77 linked a pull request Apr 4, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature New functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants