Oliver Windall Juhl
b930100479
docs: Deploying Medusa Admin on Netlify ( #431 )
2021-09-30 12:49:12 +02:00
Oliver Windall Juhl
ff9cc0fa41
docs: Deploying Medusa on Heroku ( #425 )
2021-09-28 19:31:50 +02:00
ps-89
a8f06a49d7
Fix typo in Plugins in Medusa doc ( #414 )
2021-09-22 18:37:50 +02:00
Sebastian Rindom
4ee6c0afb2
docs: Carts in Medusa ( #406 )
2021-09-21 08:03:18 +02:00
ps-89
d2739507ab
Fix typo in registerOptin section ( #407 )
2021-09-21 07:44:14 +02:00
Vadim Smirnov
d2a14a5d51
fix: temporarily comment out cloud related docs ( #387 )
2021-09-16 07:52:03 +02:00
Vadim Smirnov
bdd1763bb2
docs: create-medusa-app article ( #401 )
2021-09-15 19:12:19 +02:00
Oliver Windall Juhl
61c85da1d4
docs: Checkout flow guide ( #396 )
2021-09-15 11:18:27 +02:00
dependabot[bot]
9462d0a498
chore(deps): bump axios from 0.21.1 to 0.21.2 in /packages/medusa-cli ( #390 )
...
* docs: add guide on fulfillment api (#388 )
* Create fulfillment-api.md
* fix: sidebar
* chore(deps): bump axios from 0.21.1 to 0.21.2 in /packages/medusa-cli
Bumps [axios](https://github.com/axios/axios ) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-14 11:13:58 +02:00
Sebastian Rindom
da329359a9
Merge remote-tracking branch 'origin/master' into develop
2021-09-09 09:28:56 +02:00
Vadim Smirnov
2030ab6d35
change target branch ( #375 )
2021-09-07 17:24:35 +02:00
pKorsholm
93715e2c80
fix spelling errors
2021-09-01 14:35:03 +02:00
Sebastian Rindom
ae82cfc70a
feat: creates support for swaps on the storefront ( #355 )
2021-08-30 12:14:56 +02:00
Oliver Windall Juhl
f76aa816a5
feat: Documentation and API reference ( #348 )
...
Co-authored-by: Vadim Smirnov <smirnou.vadzim@gmail.com >
Co-authored-by: zakariasaad <zakaria.elas@gmail.com >
Co-authored-by: Vilfred Sikker <vilfredsikker@gmail.com >
Co-authored-by: Kasper <kasper@medusa-commerce.com >
Co-authored-by: Sebastian Rindom <skrindom@gmail.com >
Co-authored-by: Kasper Fabricius Kristensen <45367945+kasperkristensen@users.noreply.github.com >
2021-08-24 18:16:42 +02:00
Kasper Fabricius Kristensen
143f06aa39
feat: Update to API references look and feel ( #343 )
...
Co-authored-by: Vadim Smirnov <smirnou.vadzim@gmail.com >
Co-authored-by: zakariasaad <zakaria.elas@gmail.com >
Co-authored-by: Vilfred Sikker <vilfredsikker@gmail.com >
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2021-08-20 10:26:29 +02:00
Sebastian Rindom
9467f7ecbd
fix: build openapi ( #338 )
2021-08-16 15:45:50 +02:00
Oliver Windall Juhl
44fce520aa
docs: Plugin overview ( #327 )
2021-08-05 10:41:01 +02:00
Sebastian Rindom
8bdccc6db6
Update adding-custom-functionality.md
2021-07-28 11:48:57 +02:00
Sebastian Rindom
804a2f6ed9
docs: adds tutorial ( #323 )
...
* docs: adds installation guide for tutorial
* docs: adds creating your medusa server guide
* add quick starter
* rename to reflect docker usage
* docs: adds custom functionality tutorial
* docs: adds linking with medusa cloud
* fix: PR
Co-authored-by: olivermrbl <oliver@mrbltech.com >
2021-07-25 09:58:16 +02:00
Sebastian Rindom
49f1d0f67a
fix: merge
2021-03-16 22:39:29 +01:00
Sebastian Rindom
31d5bb017d
fix: merge
2021-03-16 22:27:09 +01:00
Sebastian Rindom
3d0dff58c4
docs: fixture improvements + small fixes ( #204 )
...
* fix: deref arrays
* docs: clean up
* fix: update license
2021-03-16 18:15:41 +01:00
Sebastian Rindom
6ad2b0e6e9
fix: merge api
2021-03-15 08:28:53 +01:00
Sebastian Rindom
7c7f86e8e8
fix: allows shipping option filters in return ( #202 )
...
* fix: allows shipping option filters in return
* fix: test
* chore: update fixtures
* docs: update openapi
2021-03-12 14:23:03 +01:00
Sebastian Rindom
ca74226d4a
docs: add new endpoints
2021-03-11 08:39:44 +01:00
Sebastian Rindom
1e5a1398d8
hotfix: docs build ( #198 )
...
* fix: build
* fix: build
* fix: build
* fix: build
2021-03-10 16:15:06 +01:00
Sebastian Rindom
8edb32c742
docs: oas ( #197 )
...
Adds OpenAPI specification of Storefront and Admin APIs.
Updates docs project.
2021-03-10 11:51:54 +01:00
Oliver Windall Juhl
6f1da4ff7d
docs: fix cart documentation
2021-02-12 08:44:43 +01:00
Sebastian Rindom
f1baca3cbd
Replaces MongoDB support with PostgreSQL ( #151 )
...
- All schemas have been rewritten to a relational model
- All services have been rewritten to accommodate the new data model
- Adds idempotency keys to core endpoints allowing you to retry requests with no additional side effects
- Adds staged jobs to avoid putting jobs in the queue when transactions abort
- Adds atomic transactions to all methods with access to the data layer
Co-authored-by: Oliver Windall Juhl <oliver@mrbltech.com >
2021-01-26 10:26:14 +01:00
olivermrbl
34e6c52745
chore: updates API reference docs
2020-12-15 13:49:45 +01:00
Sebastian Rindom
fd04233238
feature: swaps ( #137 )
...
* feat: swap schema
* chore(refactor): move returns to separate service
* swap order creates return
* fix: adds returns/fulfillments/shipments and cart creation to swaps
* search products by variants
* feat: swaps ready
* fix: test passing
* chore: include customer expand fields on order
* add tests
* fix: add brightpearl plugin support
* fix: adds swap link template setting
* fix: tests
* fix(medusa-plugin-brightpearl): add swap status option
* docs: add swap description
* fix: adds GET swap in store api
* chore: unmock axios
* fix: passing klarna tests
* fix: pr
2020-11-24 14:02:49 +01:00
Sebastian Rindom
c1e821d9d4
feat: return shipping and flow ( #125 )
...
Adds support for return shipping methods and changes returns to have a request/receive flow. Store operators should now first request a return, noting the line items that will be returned. When the inventory is received the return will be registered triggering the refund. Return shipping methods can now be created for all regions.
2020-10-14 17:58:23 +02:00
Sebastian Rindom
47e2ad2952
docs: adds first version of REST docs ( #116 )
2020-09-30 21:17:22 +02:00
Sebastian Rindom
ea4185eddd
Creates ShippingProfileService & ShippingOptionService ( #30 )
...
Adds ShippingProfiles:
With Shipping Profiles store operators can group products together and select which shipping options can fulfill the products. The shipping profiles are region agnostic, but for products to be shippable to a given region the shipping profile must have a shipping option associated that ships to this region.
Adds Shipping Options:
Shipping Options represents a way that the customer can have their order shipped. The shipping option has a fulfillment provider associated to determine who fulfills orders with the given shipping method. If a fulfillment provider has multiple ways that they can ship a shipping option for each of the fulfillment provider's shipping options can be created.
2020-04-07 16:35:27 +02:00
Sebastian Rindom
51aaf5105c
Completes Cart Service and store/carts endpoints ( #18 )
...
Completes Cart Service to allow shopping and checkout flows.
2020-03-16 09:48:52 +01:00
Sebastian Rindom
3b707d4edb
Adds CartService docs
2020-02-21 13:52:26 +01:00
Sebastian Rindom
3d494bc652
Adds docs endpoint
2020-01-18 15:23:26 +01:00