@mercurjs/docs 2.2.1 → 2.3.0-canary.1

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.
Files changed (316) hide show
  1. package/content/home.mdx +107 -0
  2. package/content/learn/architecture.mdx +168 -83
  3. package/content/learn/introduction.mdx +161 -56
  4. package/content/learn/migration-to-2-0.mdx +187 -0
  5. package/content/learn/why-mercur.mdx +91 -0
  6. package/content/platform/attribute/concepts/attribute-types.mdx +59 -0
  7. package/content/platform/attribute/concepts/global-vs-inline.mdx +50 -0
  8. package/content/platform/attribute/concepts/variant-axes.mdx +61 -0
  9. package/content/platform/attribute/guides/attach-attributes-to-a-product.mdx +69 -0
  10. package/content/platform/attribute/guides/create-a-variant-axis.mdx +83 -0
  11. package/content/platform/attribute/guides/create-an-attribute.mdx +81 -0
  12. package/content/platform/attribute/overview.mdx +87 -0
  13. package/content/platform/attribute/reference/data-models.mdx +56 -0
  14. package/content/platform/attribute/reference/events.mdx +41 -0
  15. package/content/platform/attribute/reference/links.mdx +45 -0
  16. package/content/platform/attribute/reference/service.mdx +49 -0
  17. package/content/platform/attribute/reference/workflows.mdx +45 -0
  18. package/content/platform/catalog/concepts/master-products.mdx +54 -0
  19. package/content/platform/catalog/concepts/product-seller-allowlist.mdx +48 -0
  20. package/content/platform/catalog/concepts/status-lifecycle.mdx +58 -0
  21. package/content/platform/catalog/concepts/variants-categories-collections.mdx +49 -0
  22. package/content/platform/catalog/guides/allowlist-stores.mdx +59 -0
  23. package/content/platform/catalog/guides/create-a-master-product.mdx +70 -0
  24. package/content/platform/catalog/guides/publish-or-reject-a-product.mdx +79 -0
  25. package/content/platform/catalog/overview.mdx +90 -0
  26. package/content/platform/catalog/reference/data-models.mdx +66 -0
  27. package/content/platform/catalog/reference/events.mdx +41 -0
  28. package/content/platform/catalog/reference/links.mdx +44 -0
  29. package/content/platform/catalog/reference/service.mdx +52 -0
  30. package/content/platform/catalog/reference/workflows.mdx +40 -0
  31. package/content/platform/commission/concepts/order-commission-lines.mdx +65 -0
  32. package/content/platform/commission/concepts/rule-matching.mdx +86 -0
  33. package/content/platform/commission/concepts/rules-and-rates.mdx +84 -0
  34. package/content/platform/commission/guides/batch-update-rules.mdx +58 -0
  35. package/content/platform/commission/guides/create-a-rate.mdx +72 -0
  36. package/content/platform/commission/guides/refresh-order-commission-lines.mdx +55 -0
  37. package/content/platform/commission/overview.mdx +86 -0
  38. package/content/platform/commission/reference/data-models.mdx +75 -0
  39. package/content/platform/commission/reference/events.mdx +58 -0
  40. package/content/platform/commission/reference/links.mdx +45 -0
  41. package/content/platform/commission/reference/service.mdx +51 -0
  42. package/content/platform/commission/reference/workflows.mdx +40 -0
  43. package/content/platform/offer/concepts/pricing-and-inventory.mdx +72 -0
  44. package/content/platform/offer/concepts/shipping.mdx +48 -0
  45. package/content/platform/offer/concepts/what-is-an-offer.mdx +65 -0
  46. package/content/platform/offer/guides/bulk-create-offers.mdx +84 -0
  47. package/content/platform/offer/guides/create-an-offer.mdx +83 -0
  48. package/content/platform/offer/guides/manage-offer-inventory.mdx +53 -0
  49. package/content/platform/offer/overview.mdx +84 -0
  50. package/content/platform/offer/reference/data-models.mdx +56 -0
  51. package/content/platform/offer/reference/events.mdx +39 -0
  52. package/content/platform/offer/reference/links.mdx +60 -0
  53. package/content/platform/offer/reference/service.mdx +53 -0
  54. package/content/platform/offer/reference/workflows.mdx +38 -0
  55. package/content/platform/order-group/concepts/computed-totals.mdx +59 -0
  56. package/content/platform/order-group/concepts/order-splitting.mdx +61 -0
  57. package/content/platform/order-group/concepts/the-order-group.mdx +64 -0
  58. package/content/platform/order-group/guides/list-order-groups.mdx +67 -0
  59. package/content/platform/order-group/guides/retrieve-an-order-group.mdx +63 -0
  60. package/content/platform/order-group/guides/split-a-cart.mdx +58 -0
  61. package/content/platform/order-group/overview.mdx +83 -0
  62. package/content/platform/order-group/reference/data-models.mdx +40 -0
  63. package/content/platform/order-group/reference/events.mdx +37 -0
  64. package/content/platform/order-group/reference/links.mdx +45 -0
  65. package/content/platform/order-group/reference/service.mdx +50 -0
  66. package/content/platform/order-group/reference/workflows.mdx +39 -0
  67. package/content/platform/payout/concepts/account-lifecycle.mdx +75 -0
  68. package/content/platform/payout/concepts/accounts-and-onboarding.mdx +70 -0
  69. package/content/platform/payout/concepts/payout-pipeline.mdx +99 -0
  70. package/content/platform/payout/guides/create-a-payout-account.mdx +59 -0
  71. package/content/platform/payout/guides/process-a-provider-webhook.mdx +74 -0
  72. package/content/platform/payout/guides/start-provider-onboarding.mdx +50 -0
  73. package/content/platform/payout/overview.mdx +86 -0
  74. package/content/platform/payout/reference/data-models.mdx +61 -0
  75. package/content/platform/payout/reference/events.mdx +48 -0
  76. package/content/platform/payout/reference/links.mdx +36 -0
  77. package/content/platform/payout/reference/service.mdx +53 -0
  78. package/content/platform/payout/reference/workflows.mdx +32 -0
  79. package/content/platform/product-edit/concepts/change-actions.mdx +66 -0
  80. package/content/platform/product-edit/concepts/change-pipeline.mdx +69 -0
  81. package/content/platform/product-edit/concepts/status-and-auto-confirm.mdx +66 -0
  82. package/content/platform/product-edit/guides/confirm-or-decline-a-change.mdx +76 -0
  83. package/content/platform/product-edit/guides/edit-a-product.mdx +74 -0
  84. package/content/platform/product-edit/guides/request-a-revision.mdx +54 -0
  85. package/content/platform/product-edit/overview.mdx +85 -0
  86. package/content/platform/product-edit/reference/data-models.mdx +65 -0
  87. package/content/platform/product-edit/reference/events.mdx +47 -0
  88. package/content/platform/product-edit/reference/links.mdx +39 -0
  89. package/content/platform/product-edit/reference/service.mdx +43 -0
  90. package/content/platform/product-edit/reference/workflows.mdx +49 -0
  91. package/content/platform/review/concepts/product-vs-seller-reviews.mdx +63 -0
  92. package/content/platform/review/concepts/ratings-and-moderation.mdx +64 -0
  93. package/content/platform/review/concepts/the-review-model.mdx +56 -0
  94. package/content/platform/review/guides/compute-aggregate-ratings.mdx +57 -0
  95. package/content/platform/review/guides/create-a-review.mdx +55 -0
  96. package/content/platform/review/guides/moderate-a-review.mdx +58 -0
  97. package/content/platform/review/guides/respond-to-a-review.mdx +61 -0
  98. package/content/platform/review/overview.mdx +87 -0
  99. package/content/platform/review/reference/data-models.mdx +36 -0
  100. package/content/platform/review/reference/events.mdx +61 -0
  101. package/content/platform/review/reference/links.mdx +43 -0
  102. package/content/platform/review/reference/service.mdx +54 -0
  103. package/content/platform/review/reference/workflows.mdx +31 -0
  104. package/content/platform/store/concepts/lifecycle.mdx +62 -0
  105. package/content/platform/store/concepts/store-entity.mdx +53 -0
  106. package/content/platform/store/concepts/team.mdx +50 -0
  107. package/content/platform/store/guides/create-a-store.mdx +55 -0
  108. package/content/platform/store/guides/manage-the-team.mdx +55 -0
  109. package/content/platform/store/guides/moderate-a-store.mdx +59 -0
  110. package/content/platform/store/overview.mdx +86 -0
  111. package/content/platform/store/reference/data-models.mdx +89 -0
  112. package/content/platform/store/reference/events.mdx +43 -0
  113. package/content/platform/store/reference/links.mdx +71 -0
  114. package/content/platform/store/reference/service.mdx +51 -0
  115. package/content/platform/store/reference/workflows.mdx +35 -0
  116. package/content/references/api/admin/commission-rates/create-commission-rate.mdx +1 -1
  117. package/content/references/api/admin/commission-rates/list-commission-rates.mdx +2 -2
  118. package/content/references/api/admin/commission-rates/update-commission-rate.mdx +1 -1
  119. package/content/references/api/admin/offers/batch-create-offers.mdx +3 -3
  120. package/content/references/api/admin/order-groups/list-order-groups.mdx +1 -1
  121. package/content/references/api/admin/product-attributes/create-attribute-value.mdx +2 -2
  122. package/content/references/api/admin/product-attributes/create-product-attribute.mdx +1 -1
  123. package/content/references/api/admin/product-attributes/update-product-attribute.mdx +1 -1
  124. package/content/references/api/admin/product-changes/confirm-product-change.mdx +1 -1
  125. package/content/references/api/admin/products/batch-product-attributes.mdx +1 -1
  126. package/content/references/api/admin/products/create-product.mdx +1 -1
  127. package/content/references/api/admin/products/preview-product.mdx +1 -1
  128. package/content/references/api/admin.mdx +4 -5
  129. package/content/references/api/conventions.mdx +9 -7
  130. package/content/references/api/store/carts/add-line-item.mdx +1 -1
  131. package/content/references/api/store/offers/list-offers.mdx +1 -1
  132. package/content/references/api/store/order-groups/list-order-groups.mdx +1 -1
  133. package/content/references/api/store.mdx +4 -13
  134. package/content/references/api/vendor/members/accept-member-invite.mdx +1 -1
  135. package/content/references/api/vendor/offers/batch-create-offers.mdx +4 -0
  136. package/content/references/api/vendor/offers/batch-offer-inventory-items.mdx +2 -0
  137. package/content/references/api/vendor/offers/create-offer.mdx +13 -1
  138. package/content/references/api/vendor/offers/list-offers.mdx +4 -0
  139. package/content/references/api/vendor/offers/retrieve-offer.mdx +4 -0
  140. package/content/references/api/vendor/offers/update-offer.mdx +12 -0
  141. package/content/references/api/vendor/payout-accounts/create-onboarding.mdx +1 -1
  142. package/content/references/api/vendor/products/batch-product-attributes.mdx +1 -1
  143. package/content/references/api/vendor/products/create-product-variant.mdx +1 -1
  144. package/content/references/api/vendor/products/create-product.mdx +1 -1
  145. package/content/references/api/vendor/products/delete-product.mdx +1 -1
  146. package/content/references/api/vendor/products/update-product.mdx +1 -1
  147. package/content/references/api/vendor/sellers/create-seller.mdx +2 -2
  148. package/content/references/api/vendor/sellers/list-sellers.mdx +1 -1
  149. package/content/references/api/vendor.mdx +6 -5
  150. package/content/references/configuration.mdx +16 -33
  151. package/content/references/overview.mdx +34 -52
  152. package/content/references/panel-extensions/create-page.mdx +194 -0
  153. package/content/references/panel-extensions/custom-fields.mdx +256 -0
  154. package/content/references/panel-extensions/overview.mdx +102 -0
  155. package/content/references/panel-extensions/widgets.mdx +212 -0
  156. package/content/resources/ai/mcp.mdx +2 -2
  157. package/content/resources/ai/overview.mdx +21 -16
  158. package/content/resources/ai/skills.mdx +67 -0
  159. package/content/resources/best-practices/api-routes.mdx +55 -43
  160. package/content/resources/best-practices/custom-fields.mdx +116 -92
  161. package/content/resources/best-practices/frontend.mdx +62 -50
  162. package/content/resources/best-practices/module-links.mdx +48 -34
  163. package/content/resources/best-practices/modules.mdx +53 -27
  164. package/content/resources/best-practices/overview.mdx +45 -17
  165. package/content/resources/best-practices/subscribers-and-jobs.mdx +37 -24
  166. package/content/resources/best-practices/types.mdx +38 -23
  167. package/content/resources/best-practices/workflows.mdx +33 -21
  168. package/content/resources/customization/custom-fields.mdx +15 -15
  169. package/content/resources/customization/extend-a-workflow.mdx +7 -4
  170. package/content/resources/customization/extending-panels.mdx +55 -52
  171. package/content/resources/deployment/medusa-cloud.mdx +21 -20
  172. package/content/resources/deployment/self-host.mdx +123 -0
  173. package/content/resources/integrations/overview.mdx +38 -0
  174. package/content/resources/integrations/stripe-connect.mdx +39 -38
  175. package/content/resources/tutorials/add-a-block.mdx +25 -18
  176. package/content/resources/tutorials/add-a-widget.mdx +32 -23
  177. package/content/resources/tutorials/add-order-detail-button.mdx +33 -20
  178. package/content/resources/tutorials/attributes-and-variant-axes.mdx +28 -27
  179. package/content/resources/tutorials/build-a-block.mdx +26 -15
  180. package/content/resources/tutorials/custom-api-route.mdx +32 -20
  181. package/content/resources/tutorials/custom-panel-page.mdx +21 -12
  182. package/content/resources/tutorials/customize-navigation.mdx +30 -23
  183. package/content/resources/tutorials/extend-forms-and-tables.mdx +36 -28
  184. package/content/resources/tutorials/extend-onboarding.mdx +38 -35
  185. package/content/resources/tutorials/master-products-and-offers.mdx +28 -23
  186. package/content/telemetry.mdx +3 -3
  187. package/content/user-guide/admin/attributes/how-tos/create-an-attribute.mdx +64 -0
  188. package/content/user-guide/admin/attributes/how-tos/manage-possible-values.mdx +40 -0
  189. package/content/user-guide/admin/attributes/overview.mdx +22 -0
  190. package/content/user-guide/admin/commissions/how-tos/create-a-commission-rule.mdx +63 -0
  191. package/content/user-guide/admin/commissions/how-tos/edit-the-global-commission.mdx +48 -0
  192. package/content/user-guide/admin/commissions/how-tos/manage-a-commission-rule.mdx +45 -0
  193. package/content/user-guide/admin/commissions/overview.mdx +25 -0
  194. package/content/user-guide/admin/overview.mdx +20 -12
  195. package/content/user-guide/admin/product-requests/how-tos/review-a-new-product.mdx +58 -0
  196. package/content/user-guide/admin/product-requests/how-tos/review-a-product-edit.mdx +48 -0
  197. package/content/user-guide/admin/product-requests/overview.mdx +25 -0
  198. package/content/user-guide/vendor/offers/how-tos/create-an-offer.mdx +59 -0
  199. package/content/user-guide/vendor/offers/how-tos/update-prices-and-stock.mdx +40 -0
  200. package/content/user-guide/vendor/offers/overview.mdx +22 -0
  201. package/content/user-guide/vendor/onboarding.mdx +79 -0
  202. package/content/user-guide/vendor/orders/how-tos/fulfill-an-order.mdx +49 -0
  203. package/content/user-guide/vendor/orders/how-tos/mark-an-order-as-delivered.mdx +33 -0
  204. package/content/user-guide/vendor/orders/how-tos/process-a-return.mdx +42 -0
  205. package/content/user-guide/vendor/orders/how-tos/refund-an-order.mdx +38 -0
  206. package/content/user-guide/vendor/orders/how-tos/ship-an-order.mdx +40 -0
  207. package/content/user-guide/vendor/orders/overview.mdx +31 -0
  208. package/content/user-guide/vendor/overview.mdx +23 -12
  209. package/content/user-guide/vendor/products/how-tos/edit-a-product.mdx +44 -0
  210. package/content/user-guide/vendor/products/how-tos/submit-a-product.mdx +63 -0
  211. package/content/user-guide/vendor/products/overview.mdx +22 -0
  212. package/llms.txt +176 -142
  213. package/package.json +1 -1
  214. package/content/learn/concepts.mdx +0 -84
  215. package/content/learn/installation.mdx +0 -117
  216. package/content/learn/mirakl-alternative.mdx +0 -86
  217. package/content/migration/from-1-x-to-2-0.mdx +0 -152
  218. package/content/migration/from-2-0-to-2-1.mdx +0 -105
  219. package/content/migration/overview.mdx +0 -58
  220. package/content/references/api/store/search/search.mdx +0 -136
  221. package/content/references/modules/commission.mdx +0 -106
  222. package/content/references/modules/custom-fields.mdx +0 -45
  223. package/content/references/modules/media.mdx +0 -55
  224. package/content/references/modules/offer.mdx +0 -64
  225. package/content/references/modules/payout.mdx +0 -121
  226. package/content/references/modules/product-attribute.mdx +0 -111
  227. package/content/references/modules/product-edit.mdx +0 -80
  228. package/content/references/modules/search.mdx +0 -112
  229. package/content/references/modules/seller.mdx +0 -175
  230. package/content/references/panel-extension-api.mdx +0 -337
  231. package/content/references/workflows/cart/add-seller-shipping-method-to-cart.mdx +0 -48
  232. package/content/references/workflows/cart/complete-cart-with-split-orders.mdx +0 -36
  233. package/content/references/workflows/cart/list-seller-shipping-options-for-cart.mdx +0 -39
  234. package/content/references/workflows/cart/update-cart-seller-promotions.mdx +0 -42
  235. package/content/references/workflows/commission/batch-commission-rules.mdx +0 -49
  236. package/content/references/workflows/commission/create-commission-rates.mdx +0 -41
  237. package/content/references/workflows/commission/delete-commission-rates.mdx +0 -34
  238. package/content/references/workflows/commission/refresh-order-commission-lines.mdx +0 -30
  239. package/content/references/workflows/commission/update-commission-rates.mdx +0 -35
  240. package/content/references/workflows/media/set-category-images.mdx +0 -41
  241. package/content/references/workflows/media/set-collection-images.mdx +0 -41
  242. package/content/references/workflows/member/accept-member-invite.mdx +0 -33
  243. package/content/references/workflows/member/add-seller-member.mdx +0 -30
  244. package/content/references/workflows/member/create-member-invites.mdx +0 -34
  245. package/content/references/workflows/member/delete-member-invite.mdx +0 -24
  246. package/content/references/workflows/member/remove-seller-member.mdx +0 -28
  247. package/content/references/workflows/member/resend-member-invite.mdx +0 -28
  248. package/content/references/workflows/member/update-member-role.mdx +0 -28
  249. package/content/references/workflows/member/update-member.mdx +0 -35
  250. package/content/references/workflows/offer/batch-offer-inventory-items.mdx +0 -62
  251. package/content/references/workflows/offer/create-offers.mdx +0 -65
  252. package/content/references/workflows/offer/delete-offers.mdx +0 -35
  253. package/content/references/workflows/offer/update-offers.mdx +0 -53
  254. package/content/references/workflows/order/cancel-order-fulfillment.mdx +0 -34
  255. package/content/references/workflows/order/confirm-claim-request.mdx +0 -25
  256. package/content/references/workflows/order/confirm-exchange-request.mdx +0 -25
  257. package/content/references/workflows/order/confirm-order-edit-request.mdx +0 -25
  258. package/content/references/workflows/order/confirm-return-receive.mdx +0 -25
  259. package/content/references/workflows/order/create-order-fulfillment.mdx +0 -45
  260. package/content/references/workflows/order-group/get-order-group-detail.mdx +0 -29
  261. package/content/references/workflows/order-group/get-order-groups-list.mdx +0 -38
  262. package/content/references/workflows/overview.mdx +0 -72
  263. package/content/references/workflows/payout/create-onboarding.mdx +0 -36
  264. package/content/references/workflows/payout/create-payout-account.mdx +0 -33
  265. package/content/references/workflows/payout/create-payout.mdx +0 -30
  266. package/content/references/workflows/payout/process-payout-for-webhook.mdx +0 -34
  267. package/content/references/workflows/product/confirm-products.mdx +0 -48
  268. package/content/references/workflows/product/create-products.mdx +0 -63
  269. package/content/references/workflows/product/link-sellers-to-product-category.mdx +0 -40
  270. package/content/references/workflows/product/link-sellers-to-product.mdx +0 -40
  271. package/content/references/workflows/product/reject-product.mdx +0 -48
  272. package/content/references/workflows/product/request-product-change.mdx +0 -48
  273. package/content/references/workflows/product-attribute/add-product-attributes-to-product.mdx +0 -49
  274. package/content/references/workflows/product-attribute/create-and-link-product-attributes-to-product.mdx +0 -46
  275. package/content/references/workflows/product-attribute/create-product-attribute-values.mdx +0 -43
  276. package/content/references/workflows/product-attribute/create-product-attributes.mdx +0 -56
  277. package/content/references/workflows/product-attribute/delete-product-attribute-values.mdx +0 -30
  278. package/content/references/workflows/product-attribute/delete-product-attributes.mdx +0 -30
  279. package/content/references/workflows/product-attribute/remove-product-attributes-from-product.mdx +0 -29
  280. package/content/references/workflows/product-attribute/update-product-attribute-values.mdx +0 -44
  281. package/content/references/workflows/product-attribute/update-product-attributes-on-product.mdx +0 -41
  282. package/content/references/workflows/product-attribute/update-product-attributes.mdx +0 -48
  283. package/content/references/workflows/product-attribute/upsert-product-attribute-values.mdx +0 -43
  284. package/content/references/workflows/product-edit/auto-confirm-product-change.mdx +0 -39
  285. package/content/references/workflows/product-edit/cancel-product-change.mdx +0 -49
  286. package/content/references/workflows/product-edit/confirm-product-change.mdx +0 -57
  287. package/content/references/workflows/product-edit/create-product-change.mdx +0 -72
  288. package/content/references/workflows/product-edit/reject-product-change.mdx +0 -54
  289. package/content/references/workflows/product-edit/stage-product-change.mdx +0 -75
  290. package/content/references/workflows/seller/approve-seller.mdx +0 -36
  291. package/content/references/workflows/seller/create-seller-account.mdx +0 -59
  292. package/content/references/workflows/seller/create-seller-defaults.mdx +0 -22
  293. package/content/references/workflows/seller/create-sellers.mdx +0 -65
  294. package/content/references/workflows/seller/delete-seller-professional-details.mdx +0 -37
  295. package/content/references/workflows/seller/delete-sellers.mdx +0 -24
  296. package/content/references/workflows/seller/invite-seller.mdx +0 -28
  297. package/content/references/workflows/seller/suspend-seller.mdx +0 -37
  298. package/content/references/workflows/seller/terminate-seller.mdx +0 -37
  299. package/content/references/workflows/seller/unsuspend-seller.mdx +0 -36
  300. package/content/references/workflows/seller/unterminate-seller.mdx +0 -36
  301. package/content/references/workflows/seller/update-seller-address.mdx +0 -55
  302. package/content/references/workflows/seller/update-seller-payment-details.mdx +0 -52
  303. package/content/references/workflows/seller/update-seller-professional-details.mdx +0 -48
  304. package/content/references/workflows/seller/update-sellers.mdx +0 -57
  305. package/content/resources/ai/llms.mdx +0 -74
  306. package/content/resources/integrations/notifications.mdx +0 -39
  307. package/content/resources/integrations/search.mdx +0 -122
  308. package/content/resources/tutorials/configure-commissions.mdx +0 -127
  309. package/content/resources/tutorials/first-marketplace.mdx +0 -45
  310. package/content/resources/tutorials/handle-product-requests.mdx +0 -80
  311. package/content/resources/tutorials/import-export-products.mdx +0 -96
  312. package/content/resources/tutorials/seller-payouts-stripe.mdx +0 -89
  313. package/content/resources/tutorials/store-setup-checklist.mdx +0 -214
  314. package/content/tools/api-client.mdx +0 -155
  315. package/content/tools/cli.mdx +0 -196
  316. package/content/tools/dashboard-sdk.mdx +0 -35
@@ -0,0 +1,79 @@
1
+ ---
2
+ title: "Complete Your Onboarding"
3
+ sidebarTitle: "Onboarding"
4
+ description: "Set up your store step by step when you first join the marketplace."
5
+ ---
6
+
7
+ > Run the setup wizard the first time you create a store.
8
+
9
+ ## Overview
10
+
11
+ Onboarding is the short setup wizard you run the first time you create a store. It has four steps: "Store Details", "Address", "Company Details", and "Payment Details". The address, company, and payment steps can be skipped and completed later from your store settings.
12
+
13
+ You reach onboarding after accepting an invitation or creating a new store. You can also start it for an additional store by clicking your store name in the upper left corner and choosing "Add new store".
14
+
15
+ ## Step 1: Store Details
16
+
17
+ Enter the essentials for your store:
18
+
19
+ 1. Enter a "Name".
20
+ 2. Enter an "Email". This is the public contact email for your store.
21
+ 3. Optionally enter a "Handle". The handle becomes the URL slug for your store. Leave it empty to generate one from the name.
22
+ 4. Select a "Currency".
23
+ 5. Click "Continue".
24
+
25
+ {/* screenshot: /onboarding wizard, Store Details step */}
26
+
27
+ <Warning>
28
+ The currency cannot be changed after the store is created. Choose carefully.
29
+ </Warning>
30
+
31
+ ## Step 2: Address
32
+
33
+ Enter your business address:
34
+
35
+ 1. Enter a "Name" for the address, for example Headquarters.
36
+ 2. Enter the "Address", and optionally "Apartment, suite, etc.", "Postal Code", and "City".
37
+ 3. Select a "Country", and optionally enter a "State".
38
+ 4. Click "Continue", or click "Skip" to add this later.
39
+
40
+ {/* screenshot: /onboarding wizard, Address step */}
41
+
42
+ ## Step 3: Company Details
43
+
44
+ Enter your business details if you are registering as a company:
45
+
46
+ 1. Optionally enter "Company", "Registration number", and "Tax ID".
47
+ 2. Click "Continue", or click "Skip".
48
+
49
+ {/* screenshot: /onboarding wizard, Company Details step */}
50
+
51
+ ## Step 4: Payment Details
52
+
53
+ Tell the marketplace how you want to receive payouts:
54
+
55
+ 1. Select a "Country".
56
+ 2. Enter the "Account name".
57
+ 3. Enter your bank details. These depend on your country:
58
+ - For the United States: "Account number" and "ACH routing number".
59
+ - For other countries: "IBAN", "Account number", and "SWIFT / BIC".
60
+ 4. Click "Complete setup", or click "Skip".
61
+
62
+ {/* screenshot: /onboarding wizard, Payment Details step */}
63
+
64
+ ## After onboarding
65
+
66
+ Your store account is created with a "Pending" status while the marketplace reviews it. You are notified by email once the review is done. In the meantime, you can select your store and continue setting it up. If any required information is still missing, a "Complete profile" block shows what is needed.
67
+
68
+ {/* screenshot: Application submitted confirmation screen */}
69
+
70
+ ## Next steps
71
+
72
+ <CardGroup cols={2}>
73
+ <Card title="Store" href="/user-guide/vendor/stores">
74
+ Edit your store details, address, and time off later.
75
+ </Card>
76
+ <Card title="Submit a product" href="/user-guide/vendor/products/how-tos/submit-a-product">
77
+ Add your first product to the catalog.
78
+ </Card>
79
+ </CardGroup>
@@ -0,0 +1,49 @@
1
+ ---
2
+ title: "Fulfill an Order"
3
+ sidebarTitle: "Fulfill an order"
4
+ description: "Prepare the items in an order to be sent to the customer."
5
+ ---
6
+
7
+ > Reserve and prepare an order's items from one of your stock locations.
8
+
9
+ ## Overview
10
+
11
+ Fulfilling an order prepares its items to be sent. You choose which location to fulfill from, which items and quantities to include, and whether to notify the customer.
12
+
13
+ ## Step 1: Open the order
14
+
15
+ 1. Go to "Orders" in the sidebar.
16
+ 2. Open the order you want to fulfill.
17
+
18
+ {/* screenshot: /orders/:id detail page with Unfulfilled Items */}
19
+
20
+ ## Step 2: Start fulfillment
21
+
22
+ 1. In the "Unfulfilled Items" section, open the actions menu.
23
+ 2. Choose "Fulfill items".
24
+
25
+ ## Step 3: Choose location and items
26
+
27
+ In the window that opens:
28
+
29
+ 1. Choose the location you are fulfilling the items from.
30
+ 2. Choose the items and quantities to fulfill.
31
+ 3. Optionally choose a different shipping method, and choose whether to notify the customer.
32
+
33
+ {/* screenshot: Create Fulfillment modal */}
34
+
35
+ ## Step 4: Create the fulfillment
36
+
37
+ Click "Create Fulfillment".
38
+
39
+ <Note>
40
+ The location you choose must have stock for the selected items. If it does not, add an inventory level for that location first.
41
+ </Note>
42
+
43
+ ## Next steps
44
+
45
+ <CardGroup cols={2}>
46
+ <Card title="Ship an order" href="/user-guide/vendor/orders/how-tos/ship-an-order">
47
+ Mark the fulfilled items as shipped and add tracking.
48
+ </Card>
49
+ </CardGroup>
@@ -0,0 +1,33 @@
1
+ ---
2
+ title: "Mark an Order as Delivered"
3
+ sidebarTitle: "Mark as delivered"
4
+ description: "Record that the customer has received a shipped order."
5
+ ---
6
+
7
+ > Close the loop on a shipment once it reaches the customer.
8
+
9
+ ## Overview
10
+
11
+ When the customer has received a shipped order, you can record it as delivered. This keeps the order's status accurate for you and the customer.
12
+
13
+ ## Step 1: Open the order
14
+
15
+ 1. Go to "Orders" in the sidebar.
16
+ 2. Open the order and find the shipped fulfillment.
17
+
18
+ {/* screenshot: /orders/:id detail page with a shipped fulfillment */}
19
+
20
+ ## Step 2: Mark as delivered
21
+
22
+ 1. Click "Mark as delivered".
23
+ 2. Confirm the action.
24
+
25
+ {/* screenshot: Mark as delivered confirmation */}
26
+
27
+ ## Next steps
28
+
29
+ <CardGroup cols={2}>
30
+ <Card title="Process a return" href="/user-guide/vendor/orders/how-tos/process-a-return">
31
+ Handle a return if the customer sends items back.
32
+ </Card>
33
+ </CardGroup>
@@ -0,0 +1,42 @@
1
+ ---
2
+ title: "Process a Return"
3
+ sidebarTitle: "Process a return"
4
+ description: "Create a return for an order and receive the items back into stock."
5
+ ---
6
+
7
+ > Take items back from a customer and adjust your inventory.
8
+
9
+ ## Overview
10
+
11
+ Processing a return has two parts: you create the return for the items the customer is sending back, then you receive those items when they arrive. Receiving lets you record how many came back and how many were damaged, and adjusts your inventory automatically.
12
+
13
+ ## Step 1: Create the return
14
+
15
+ 1. Go to "Orders" in the sidebar and open the order.
16
+ 2. In the order summary, open the actions menu and choose to create a return.
17
+ 3. Select the items and quantities being returned, then confirm.
18
+
19
+ {/* screenshot: Create return modal */}
20
+
21
+ ## Step 2: Receive the items
22
+
23
+ When the items arrive back:
24
+
25
+ 1. Open the order and find the return.
26
+ 2. Choose "Receive items".
27
+ 3. Enter how many items you received, and how many of them are damaged.
28
+ 4. Choose whether to notify the customer, then confirm.
29
+
30
+ {/* screenshot: Receive items for return modal */}
31
+
32
+ <Note>
33
+ Inventory levels are adjusted automatically based on the quantities you enter when receiving.
34
+ </Note>
35
+
36
+ ## Next steps
37
+
38
+ <CardGroup cols={2}>
39
+ <Card title="Refund an order" href="/user-guide/vendor/orders/how-tos/refund-an-order">
40
+ Return money to the customer for the returned items.
41
+ </Card>
42
+ </CardGroup>
@@ -0,0 +1,38 @@
1
+ ---
2
+ title: "Refund an Order"
3
+ sidebarTitle: "Refund an order"
4
+ description: "Return money to the customer for a captured payment."
5
+ ---
6
+
7
+ > Give the customer some or all of their money back.
8
+
9
+ ## Overview
10
+
11
+ You can refund a customer from the order's payment section once the payment has been captured. A refund returns money to the customer's original payment method.
12
+
13
+ ## Step 1: Open the order
14
+
15
+ 1. Go to "Orders" in the sidebar.
16
+ 2. Open the order you want to refund.
17
+
18
+ {/* screenshot: /orders/:id detail page, Payment section */}
19
+
20
+ ## Step 2: Create a refund
21
+
22
+ 1. In the payment section, open the actions menu and choose "Create refund".
23
+ 2. In the side window, enter the amount to refund and an optional reason.
24
+ 3. Save to issue the refund.
25
+
26
+ {/* screenshot: Create refund drawer */}
27
+
28
+ <Note>
29
+ Refunds are available once a payment has been captured and the order is not already fully refunded.
30
+ </Note>
31
+
32
+ ## Next steps
33
+
34
+ <CardGroup cols={2}>
35
+ <Card title="Process a return" href="/user-guide/vendor/orders/how-tos/process-a-return">
36
+ Refunds often go together with taking items back.
37
+ </Card>
38
+ </CardGroup>
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: "Ship an Order"
3
+ sidebarTitle: "Ship an order"
4
+ description: "Mark fulfilled items as shipped and add tracking for the customer."
5
+ ---
6
+
7
+ > Record that a fulfillment has been sent, and give the customer a tracking number.
8
+
9
+ ## Overview
10
+
11
+ Once items are fulfilled, mark them as shipped and add tracking so the customer can follow the delivery. This creates a shipment against the fulfillment.
12
+
13
+ ## Step 1: Open the order
14
+
15
+ 1. Go to "Orders" in the sidebar.
16
+ 2. Open the order and find the fulfillment you want to ship.
17
+
18
+ {/* screenshot: /orders/:id detail page with a fulfillment */}
19
+
20
+ ## Step 2: Mark as shipped
21
+
22
+ Click "Mark as shipped" on the fulfillment.
23
+
24
+ ## Step 3: Add tracking
25
+
26
+ In the "Mark Fulfillment as Shipped" window:
27
+
28
+ 1. Optionally add a "Tracking number" and a "Tracking URL".
29
+ 2. Choose whether to "Send notification" to the customer.
30
+ 3. Confirm to create the shipment.
31
+
32
+ {/* screenshot: Mark Fulfillment as Shipped modal */}
33
+
34
+ ## Next steps
35
+
36
+ <CardGroup cols={2}>
37
+ <Card title="Mark an order as delivered" href="/user-guide/vendor/orders/how-tos/mark-an-order-as-delivered">
38
+ Record delivery once the customer receives the order.
39
+ </Card>
40
+ </CardGroup>
@@ -0,0 +1,31 @@
1
+ ---
2
+ title: "Orders"
3
+ sidebarTitle: "Overview"
4
+ description: "Fulfill, ship, refund, and handle returns for the orders you receive."
5
+ ---
6
+
7
+ > Everything you do after a customer buys one of your offers.
8
+
9
+ When a customer buys one of your offers, the order appears in your "Orders" list. From an order's detail page you prepare and ship the items, keep the customer informed, and handle refunds or returns.
10
+
11
+ You manage orders from "Orders" in the sidebar. Click an order to open its detail page.
12
+
13
+ ## How-tos
14
+
15
+ <CardGroup cols={2}>
16
+ <Card title="Fulfill an order" href="/user-guide/vendor/orders/how-tos/fulfill-an-order">
17
+ Prepare the items to be sent.
18
+ </Card>
19
+ <Card title="Ship an order" href="/user-guide/vendor/orders/how-tos/ship-an-order">
20
+ Mark items as shipped and add tracking.
21
+ </Card>
22
+ <Card title="Mark an order as delivered" href="/user-guide/vendor/orders/how-tos/mark-an-order-as-delivered">
23
+ Record that the customer received the order.
24
+ </Card>
25
+ <Card title="Refund an order" href="/user-guide/vendor/orders/how-tos/refund-an-order">
26
+ Return money to the customer.
27
+ </Card>
28
+ <Card title="Process a return" href="/user-guide/vendor/orders/how-tos/process-a-return">
29
+ Create a return and receive the items back.
30
+ </Card>
31
+ </CardGroup>
@@ -1,23 +1,34 @@
1
1
  ---
2
2
  title: "Vendor Panel"
3
- description: "What sellers do in the Vendor Panel no technical knowledge required."
3
+ description: "What sellers do in the Vendor Panel, with no technical knowledge required."
4
4
  ---
5
5
 
6
- <Note>
7
- This guide is being written. The outline below is the intended structure.
8
- </Note>
6
+ The Vendor Panel is where you run your store. You set up your store, list products, sell them through offers, and process the orders that come in.
9
7
 
10
- ## What you can do here
8
+ ## Areas
11
9
 
12
- Manage products, process orders, configure shipping, track payouts, and complete onboarding.
13
-
14
- ## Common tasks
15
-
16
- Links to the per-area guides as they are added.
10
+ <CardGroup cols={2}>
11
+ <Card title="Onboarding" href="/user-guide/vendor/onboarding">
12
+ Set up your store step by step when you first join.
13
+ </Card>
14
+ <Card title="Store" href="/user-guide/vendor/stores">
15
+ Manage your store details, address, and time off.
16
+ </Card>
17
+ <Card title="Products" href="/user-guide/vendor/products/overview">
18
+ Submit products to the marketplace catalog.
19
+ </Card>
20
+ <Card title="Offers" href="/user-guide/vendor/offers/overview">
21
+ List a product for sale with your SKU, price, and stock.
22
+ </Card>
23
+ <Card title="Orders" href="/user-guide/vendor/orders/overview">
24
+ Fulfill, ship, refund, and handle returns.
25
+ </Card>
26
+ </CardGroup>
17
27
 
18
28
  ## Next steps
19
29
 
20
30
  <CardGroup cols={2}>
21
- <Card title="Stores" href="/rc/user-guide/vendor/stores" />
22
- <Card title="Admin Panel" href="/rc/user-guide/admin/overview" />
31
+ <Card title="Admin Panel" href="/user-guide/admin/overview">
32
+ See the marketplace from an operator's point of view.
33
+ </Card>
23
34
  </CardGroup>
@@ -0,0 +1,44 @@
1
+ ---
2
+ title: "Edit a Product"
3
+ sidebarTitle: "Edit a product"
4
+ description: "Change a published product and track the update request."
5
+ ---
6
+
7
+ > Update a product's details. Changes to a published product go live once the operator approves them.
8
+
9
+ ## Overview
10
+
11
+ You edit a product from its detail page. Editing a published product creates an update request that the marketplace operator reviews. Your changes take effect on the storefront once approved.
12
+
13
+ ## Step 1: Open the product
14
+
15
+ 1. Go to "Products" in the sidebar.
16
+ 2. Choose the product from the list.
17
+
18
+ {/* screenshot: /products/:id detail page */}
19
+
20
+ ## Step 2: Edit a section
21
+
22
+ 1. Click the icon in the section header you want to change, for example the general details.
23
+ 2. Choose "Edit".
24
+ 3. Update the fields in the side window, then click "Save".
25
+
26
+ {/* screenshot: Edit product drawer */}
27
+
28
+ ## Step 3: Track the request
29
+
30
+ After you submit an edit to a published product, the product detail page shows a panel with the pending update. While it is pending, you can click "Cancel" to withdraw the request. Once the operator approves it, the changes appear on the storefront.
31
+
32
+ {/* screenshot: Product detail page showing the pending update panel */}
33
+
34
+ <Note>
35
+ You are notified of the operator's decision. If changes are requested, revise the product and submit again.
36
+ </Note>
37
+
38
+ ## Next steps
39
+
40
+ <CardGroup cols={2}>
41
+ <Card title="Submit a product" href="/user-guide/vendor/products/how-tos/submit-a-product">
42
+ Add a brand-new product to the catalog.
43
+ </Card>
44
+ </CardGroup>
@@ -0,0 +1,63 @@
1
+ ---
2
+ title: "Submit a Product"
3
+ sidebarTitle: "Submit a product"
4
+ description: "Create a new product and send it to the marketplace for approval."
5
+ ---
6
+
7
+ > Add a new product to the catalog. It goes live once the operator approves it.
8
+
9
+ ## Overview
10
+
11
+ Creating a product is a four-step form: "Details", "Organize", "Attributes", and "Variants". When you submit it, the product is created with a "Proposed" status and sent to the marketplace operator for review.
12
+
13
+ ## Step 1: Start a new product
14
+
15
+ 1. Go to "Products" in the sidebar.
16
+ 2. Click "Create".
17
+
18
+ {/* screenshot: /products list with Create button */}
19
+
20
+ ## Step 2: Enter the details
21
+
22
+ In the "Details" step, enter the core information for the product, such as its title, handle, and description.
23
+
24
+ {/* screenshot: Create product wizard, Details tab */}
25
+
26
+ ## Step 3: Organize the product
27
+
28
+ In the "Organize" step, assign the product to a category, and set any collection, type, or tags that apply.
29
+
30
+ {/* screenshot: Create product wizard, Organize tab */}
31
+
32
+ ## Step 4: Fill in attributes
33
+
34
+ In the "Attributes" step, fill in the marketplace attributes. Attributes marked as required by the marketplace must have a value before you can submit.
35
+
36
+ {/* screenshot: Create product wizard, Attributes tab */}
37
+
38
+ ## Step 5: Add variants and submit
39
+
40
+ In the "Variants" step, define any variations such as size or color. If the product has none, a single default variant is created for you.
41
+
42
+ When you are done, click "Publish" to submit the product. You can also click "Save draft" to keep working on it later.
43
+
44
+ {/* screenshot: Create product wizard, Variants tab with footer buttons */}
45
+
46
+ ## What happens next
47
+
48
+ The product is created with a "Proposed" status and sent for review. You can already create offers for it, but they only appear on the storefront once the product is approved and the offers have stock levels and prices set. You are notified of the outcome.
49
+
50
+ <Note>
51
+ If the operator requests changes, the product shows what needs updating so you can revise and resubmit it.
52
+ </Note>
53
+
54
+ ## Next steps
55
+
56
+ <CardGroup cols={2}>
57
+ <Card title="Create an offer" href="/user-guide/vendor/offers/how-tos/create-an-offer">
58
+ List the product for sale once it is approved.
59
+ </Card>
60
+ <Card title="Edit a product" href="/user-guide/vendor/products/how-tos/edit-a-product">
61
+ Change a product after it is published.
62
+ </Card>
63
+ </CardGroup>
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: "Products"
3
+ sidebarTitle: "Overview"
4
+ description: "Submit products to the shared marketplace catalog and track their approval."
5
+ ---
6
+
7
+ > How products reach the catalog: you submit them, the operator reviews them, then you sell them through offers.
8
+
9
+ Products live in a shared marketplace catalog. When you create or edit a product, it is submitted for the marketplace operator to review. Once approved, you sell it by creating an offer against it.
10
+
11
+ You manage products from "Products" in the sidebar. Each product shows a status, such as "Draft", "Proposed", "Published", or "Rejected".
12
+
13
+ ## How-tos
14
+
15
+ <CardGroup cols={2}>
16
+ <Card title="Submit a product" href="/user-guide/vendor/products/how-tos/submit-a-product">
17
+ Create a new product and send it for approval.
18
+ </Card>
19
+ <Card title="Edit a product" href="/user-guide/vendor/products/how-tos/edit-a-product">
20
+ Change a product and track the update request.
21
+ </Card>
22
+ </CardGroup>