@mercurjs/docs 2.3.4-canary.6 → 2.3.4-canary.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -114,8 +114,8 @@ Full RMA suites exist per domain, following the same action pattern Medusa uses
114
114
  | `GET` `POST` `DELETE` | `/vendor/shipping-options/:id` | Retrieve / update / delete an option |
115
115
  | `POST` | `/vendor/shipping-options/:id/rules/batch` | Batch manage option rules |
116
116
  | `GET` | `/vendor/shipping-option-types[/:id]` | List option types |
117
- | `GET` `POST` | `/vendor/shipping-profiles` | List / create profiles |
118
- | `GET` `POST` `DELETE` | `/vendor/shipping-profiles/:id` | Retrieve / update / delete a profile |
117
+ | `GET` | `/vendor/shipping-profiles` | List operator-defined profiles |
118
+ | `GET` | `/vendor/shipping-profiles/:id` | Retrieve a profile |
119
119
  | `DELETE` | `/vendor/fulfillment-sets/:id` | Delete a fulfillment set |
120
120
  | `POST` | `/vendor/fulfillment-sets/:id/service-zones` | Create a service zone |
121
121
  | `GET` `POST` `DELETE` | `/vendor/fulfillment-sets/:id/service-zones/:zone_id` | Manage a service zone |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/docs",
3
- "version": "2.3.4-canary.6",
3
+ "version": "2.3.4-canary.7",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",