commerce icon indicating copy to clipboard operation
commerce copied to clipboard

feat: add olist provider

Open eduardo-fernandes-marques opened this issue 1 year ago • 2 comments

This PR is to add a new commerce provider: Olist

Demo

Implemented resources:

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

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[bot] avatar Jul 18 '22 14:07 vercel[bot]

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)

vercel[bot] avatar Jul 18 '22 14:07 vercel[bot]

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: https://github.com/vercel/commerce/pull/966

leerob avatar Apr 18 '23 02:04 leerob