-
Before Medusa v2.5, I didn't use anything at all that had anything to do with shipping since my main product is digital goods that are given to the user manually via messengers after payment is made. At the moment it is not possible to create a product without specifying a shipping profile, same it is not possible to complete the cart without specifying a shipping method (and creating it accordingly), as the server responds with an error that it is not possible to complete the cart because there are products in it that need shipping. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
hey @qFlensT, after 2.5 products are required to have a shipping profile, you can run migrations to set products to a default shipping profile. Shipping method is required on a cart if items in the cart require shipping. A cart can be completed without a shipping method if the variant's inventory item(s) don't require shipping. |
Beta Was this translation helpful? Give feedback.
Hey guys, in the next release, product shipping profiles will be made optional. When adding a product without a shipping profile to a cart, that item won't require shipping (unless the managed inventory items specify it).