docs: docs for next release (#13303)

* added draft order plugin docs

* fix vale error

* added note about draft order being optional

* add new shipping option - shipping method link

* update user guides

* generate

* fix github icon

* changes to shipping option type

* document logger

* reorder list

* fixes

* fixes
This commit is contained in:
Shahed Nasser
2025-08-28 18:49:07 +03:00
committed by GitHub
parent 94effdcda7
commit d510639193
55 changed files with 1653 additions and 182 deletions
@@ -125,14 +125,15 @@ To create a shipping option:
- If you chose Fixed, you'll set the price in the next step of the form.
- If you choose Calculated and the fulfillment provider you choose doesn't support calculated prices, the shipping option creation will fail.
- In the Name field, enter a name for the shipping option. Customers will see this option during checkout.
- In the Shipping Profile field, choose the shipping profile that this option can be used for. Only products belonging to this shipping profile can be shipped with this shipping option.
- In the Shipping Profile field, choose the [shipping profile](../shipping-profiles/page.mdx) that this option can be used for. Only products belonging to this shipping profile can be shipped with this shipping option.
- In the Shipping Option Type field, choose the [shipping option type](../shipping-option-types/page.mdx) that this option belongs to. Shipping option types are useful to group similar shipping options together, allowing you to apply promotions at a group level.
- In the Fulfillment Provider field, choose the fulfillment provider that will handle shipping orders using this option.
- If you don't find the fulfillment provider you're looking for, make sure it's [added to the location](#manage-fulfillment-providers).
- In the Fulfillment Option field, choose a fulfillment option from the fulfillment provider. For example, UPS may provide express or standard fulfillment options.
- If you're unsure about which fulfillment option to choose, contact your technical team for assistance based on the integrated [fulfillment service](!resources!/commerce-modules/fulfillment/fulfillment-provider).
- If you don't want this shipping option to be used by customers during checkout, disable the "Enable in store" toggle. This is useful if you're creating a shipping option that's only used internally.
![Create shipping option form step 1](https://res.cloudinary.com/dza7lstvk/image/upload/v1739982940/User%20Guide/Screenshot_2025-02-19_at_6.30.28_PM_cteij2.png)
![Create shipping option form step 1](https://res.cloudinary.com/dza7lstvk/image/upload/v1756372367/User%20Guide/CleanShot_2025-08-28_at_12.12.31_2x_pecprx.png)
If you chose a "Calculated" price type, you can click the "Save" button to create the shipping option. Otherwise click Continue to proceed to the Prices step.
@@ -235,10 +236,16 @@ To edit a shipping option's details:
1. Go to the location's details page.
2. In the "Pickup" or "Shipping" sections, find the shipping option and click on the <InlineIcon Icon={EllipsisHorizontal} alt="three-dots" /> icon at its right.
3. Choose "Edit option" from the dropdown.
4. In the side window that opens, you can edit the shipping option's price type, name, shipping profile, and whether it's enabled in store for customers to use.
4. In the side window that opens, you can edit the shipping option's price type, name, shipping profile, shipping option type, and whether it's enabled in store for customers to use.
5. Once you're done, click the Save button.
![Edit shipping option details form](https://res.cloudinary.com/dza7lstvk/image/upload/v1739984284/User%20Guide/Screenshot_2025-02-19_at_6.57.23_PM_k9z5wq.png)
<Note>
You can't edit a shipping option's fulfillment provider or fulfillment option after its creation.
</Note>
![Edit shipping option details form](https://res.cloudinary.com/dza7lstvk/image/upload/v1756372512/User%20Guide/CleanShot_2025-08-28_at_12.14.55_2x_sr391l.png)
### Edit Shipping Option Prices