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

feat: add olist provider #791

Closed
wants to merge 1 commit into from

Conversation

eduardo-fernandes-marques
Copy link

@eduardo-fernandes-marques eduardo-fernandes-marques commented Jul 18, 2022

This PR is to add a new commerce provider: Olist

Demo

Implemented resources:

  • olist provider
  • types & schemas
  • tests
  • api
    • operations
      • get-all-pages
      • get-all-products-paths
      • get-all-products
      • get-page
      • get-product
      • get-site-info
    • endpoints
      • cart
        • add-item
        • get-cart
        • remove-item
        • update-item
      • catalog
        • get-products
      • checkout
        • get-checkout
        • submit-checkout
      • customer
        • address
        • card
        • get-logged-in-customer
      • login
        • login
      • logout
        • logout
      • signup
        • signup
      • wishlist
        • add-item
        • get-wishlist
        • remove-item
  • hooks
    • auth
      • use-login
      • use-logout
      • use-signup
    • cart
      • use-add-item
      • use-cart
      • use-remove-item
      • use-update-item
    • checkout
      • use-checkout
      • use-submit-checkout
    • customer
      • address
        • use-add-item
      • card
        • use-add-item
      • use-customer
    • product
      • use-price
      • use-search
    • wishlist
      • use-add-item
      • use-remove-item
      • use-wishlist

@vercel
Copy link

vercel bot commented Jul 18, 2022

Someone is attempting to deploy a commit to the Vercel Solutions Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Jul 18, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
commerce-bigcommerce ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-commerce 🔄 Building (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-commercejs ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-kibocommerce ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-local ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-ordercloud ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-pbt01 ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-saleor ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-sfcc ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-shopify ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-site ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-spree ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-swell 🔄 Building (Inspect) Aug 3, 2022 at 5:25PM (UTC)
commerce-vendure ❌ Failed (Inspect) Aug 3, 2022 at 5:25PM (UTC)

@leerob
Copy link
Member

leerob commented Apr 18, 2023

Hey there! Thank you for your contribution. We have decided to take Next.js Commerce in a new direction and will be closing out current PRs and issues due to this change. Please see this PR for more details: #966

@leerob leerob closed this Apr 18, 2023
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

Successfully merging this pull request may close these issues.

2 participants