@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,64 @@
1
+ ---
2
+ title: "Create a Product Attribute"
3
+ sidebarTitle: "Create an attribute"
4
+ description: "Add a new attribute and choose how it stores its value."
5
+ ---
6
+
7
+ > Define a reusable property that sellers apply to their products.
8
+
9
+ ## Overview
10
+
11
+ Creating an attribute is a two-step form. The "Details" step names the attribute and sets how it behaves. The "Type" step chooses how the value is stored, such as a single choice, multiple choices, a number with a unit, a toggle, or free text.
12
+
13
+ ## Step 1: Start a new attribute
14
+
15
+ 1. Go to "Settings" in the sidebar, then "Attributes".
16
+ 2. Click "Create".
17
+
18
+ {/* screenshot: /settings/attributes list with Create button */}
19
+
20
+ ## Step 2: Enter the details
21
+
22
+ In the "Details" step:
23
+
24
+ 1. Enter a "Name", for example Material.
25
+ 2. Optionally enter a "Handle". If left blank, Mercur generates one from the name.
26
+ 3. Optionally enter a "Description".
27
+ 4. Set the switches as needed:
28
+ - "Required attribute". If checked, a value must be set for this attribute on every product.
29
+ - "Filterable attribute". If checked, customers can filter products by this attribute on the storefront.
30
+ - "Global attribute". If checked, the attribute applies to all products across all categories. If unchecked, choose the "Categories" it applies to.
31
+ 5. Click "Continue".
32
+
33
+ {/* screenshot: Create Attribute wizard, Details tab */}
34
+
35
+ ## Step 3: Choose the type
36
+
37
+ In the "Type" step:
38
+
39
+ 1. Select a "Type":
40
+ - "Single Select". The seller picks one value from a list.
41
+ - "Multi Select". The seller picks one or more values from a list.
42
+ - "Unit". A number with a unit of measurement.
43
+ - "Toggle". A simple on or off value.
44
+ - "Text Area". Free text.
45
+ 2. For "Single Select" and "Multi Select", add the possible values sellers can choose from.
46
+ 3. For "Multi Select" only, you can turn on "Use for variants". When checked, the attribute defines product variants, for example size or color.
47
+
48
+ {/* screenshot: Create Attribute wizard, Type tab */}
49
+
50
+ ## Step 4: Create
51
+
52
+ Click "Create". The new attribute appears in the list and is available to sellers.
53
+
54
+ <Note>
55
+ Only a "Multi Select" attribute can be used as a variant axis. Choose "Use for variants" when the attribute should split a product into separately purchasable variants.
56
+ </Note>
57
+
58
+ ## Next steps
59
+
60
+ <CardGroup cols={2}>
61
+ <Card title="Manage possible values" href="/user-guide/admin/attributes/how-tos/manage-possible-values">
62
+ Add or reorder the values for a select attribute.
63
+ </Card>
64
+ </CardGroup>
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: "Manage an Attribute's Possible Values"
3
+ sidebarTitle: "Manage possible values"
4
+ description: "Add or reorder the values sellers can choose from for a select attribute."
5
+ ---
6
+
7
+ > Keep the choices behind a Single Select or Multi Select attribute up to date.
8
+
9
+ ## Overview
10
+
11
+ For select attributes ("Single Select" and "Multi Select"), the possible values are the choices sellers pick from. You can add new values or change their display order at any time.
12
+
13
+ ## Step 1: Open the attribute
14
+
15
+ 1. Go to "Settings" in the sidebar, then "Attributes".
16
+ 2. Choose the attribute from the list.
17
+
18
+ {/* screenshot: Attribute detail page showing possible values */}
19
+
20
+ ## Step 2: Add or reorder values
21
+
22
+ Use the section actions to:
23
+
24
+ - Create a new possible value.
25
+ - Edit an existing value.
26
+ - Edit the ranking that controls the order values appear in.
27
+
28
+ {/* screenshot: Create / edit possible value drawer */}
29
+
30
+ <Warning>
31
+ A possible value cannot be deleted while a seller is using it on a product variant. Ask the seller to update their products first.
32
+ </Warning>
33
+
34
+ ## Next steps
35
+
36
+ <CardGroup cols={2}>
37
+ <Card title="Create an attribute" href="/user-guide/admin/attributes/how-tos/create-an-attribute">
38
+ Add another attribute to your catalog.
39
+ </Card>
40
+ </CardGroup>
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: "Product Attributes"
3
+ sidebarTitle: "Overview"
4
+ description: "Create the typed attributes sellers use to describe products and customers use to filter them."
5
+ ---
6
+
7
+ > Reusable product properties like Size, Color, or Material, defined once and used everywhere.
8
+
9
+ An attribute is a reusable property that describes products. You define attributes once, and sellers apply them to their products. Some attributes can also generate product variants or act as storefront filters.
10
+
11
+ You manage attributes from "Settings", then "Attributes".
12
+
13
+ ## How-tos
14
+
15
+ <CardGroup cols={2}>
16
+ <Card title="Create an attribute" href="/user-guide/admin/attributes/how-tos/create-an-attribute">
17
+ Add a new attribute and choose how it stores its value.
18
+ </Card>
19
+ <Card title="Manage possible values" href="/user-guide/admin/attributes/how-tos/manage-possible-values">
20
+ Add or reorder the values sellers can choose from.
21
+ </Card>
22
+ </CardGroup>
@@ -0,0 +1,63 @@
1
+ ---
2
+ title: "Create a Commission Rule"
3
+ sidebarTitle: "Create a commission rule"
4
+ description: "Override the global commission for a specific store, product type, or category."
5
+ ---
6
+
7
+ > Charge a different fee for certain stores or products than your global commission.
8
+
9
+ ## Overview
10
+
11
+ A commission rule overrides the global commission for a specific scope, such as a single store or a product category. When several rules could apply to a sale, the most specific rule wins. If no rule matches, the global commission is used.
12
+
13
+ Creating a rule is a two-step form: "Details" defines what the rule applies to, and "Commission" sets the fee.
14
+
15
+ ## Step 1: Start a new rule
16
+
17
+ 1. Go to "Settings" in the sidebar, then "Commissions".
18
+ 2. Click "Create" in the "Commission Rules" section.
19
+
20
+ {/* screenshot: /settings/commissions, Commission Rules section with Create button */}
21
+
22
+ ## Step 2: Define the scope
23
+
24
+ In the "Details" step:
25
+
26
+ 1. Enter a "Title" so you can recognise the rule later.
27
+ 2. Enter a "Code". This is a unique identifier for the rule.
28
+ 3. Select the scope "Type":
29
+ - "Store". Apply to specific stores.
30
+ - "Product Type". Apply to specific product types.
31
+ - "Category". Apply to specific categories.
32
+ - "Store + Product Type". Apply to product types within specific stores.
33
+ - "Store + Category". Apply to categories within specific stores.
34
+ 4. Depending on the scope, select the specific stores, product types, or categories the rule applies to.
35
+ 5. Click "Continue".
36
+
37
+ {/* screenshot: Create Commission Rule wizard, Details tab with scope Type open */}
38
+
39
+ ## Step 3: Set the fee
40
+
41
+ In the "Commission" step:
42
+
43
+ 1. Select the "Type". Choose "Percentage" to charge a percentage of the order total, or "Fixed" to charge a set amount per order.
44
+ 2. Enter the "Value". For a percentage, enter a number between 0 and 100. For a fixed fee, enter an amount for each store currency.
45
+ 3. Set "Tax included" and "Shipping included" as needed. These work the same way as for the global commission.
46
+
47
+ {/* screenshot: Create Commission Rule wizard, Commission tab */}
48
+
49
+ ## Step 4: Save
50
+
51
+ Click "Save". The new rule appears in the "Commission Rules" list and applies immediately to matching sales.
52
+
53
+ <Note>
54
+ When several rules could apply to the same sale, the most specific rule wins.
55
+ </Note>
56
+
57
+ ## Next steps
58
+
59
+ <CardGroup cols={2}>
60
+ <Card title="Manage a commission rule" href="/user-guide/admin/commissions/how-tos/manage-a-commission-rule">
61
+ Edit, enable, disable, or delete the rule later.
62
+ </Card>
63
+ </CardGroup>
@@ -0,0 +1,48 @@
1
+ ---
2
+ title: "Edit the Global Commission"
3
+ sidebarTitle: "Edit the global commission"
4
+ description: "Change the default fee your marketplace takes on every sale."
5
+ ---
6
+
7
+ > Set the commission that applies whenever no specific rule matches a sale.
8
+
9
+ ## Overview
10
+
11
+ The global commission is the default fee applied to every sale across the marketplace. When no commission rule matches a sale, this is the fee that is used. You can charge either a percentage of the order total or a fixed amount.
12
+
13
+ ## Step 1: Open the commissions settings
14
+
15
+ 1. Go to "Settings" in the sidebar.
16
+ 2. Select "Commissions".
17
+
18
+ The "Global Commission" section shows the current default fee.
19
+
20
+ {/* screenshot: /settings/commissions page, Global Commission section */}
21
+
22
+ ## Step 2: Open the edit window
23
+
24
+ 1. Click the icon in the "Global Commission" section header.
25
+ 2. Choose "Edit" from the dropdown.
26
+
27
+ ## Step 3: Set the fee
28
+
29
+ In the side window that opens, set:
30
+
31
+ - "Type". Choose "Percentage" to charge a percentage of the order total, or "Fixed" to charge a set amount per order.
32
+ - "Value". For a percentage, enter a number between 0 and 100. For a fixed fee, enter an amount for each store currency.
33
+ - "Tax included". If checked, commission is calculated on the total including tax. If unchecked, tax is excluded and goes entirely to the store.
34
+ - "Shipping included". If checked, commission is calculated on the total including shipping. If unchecked, shipping fees go entirely to the store.
35
+
36
+ {/* screenshot: Edit Global Commission drawer */}
37
+
38
+ ## Step 4: Save
39
+
40
+ Click "Save". The new global commission applies immediately to any sale that no rule overrides.
41
+
42
+ ## Next steps
43
+
44
+ <CardGroup cols={2}>
45
+ <Card title="Create a commission rule" href="/user-guide/admin/commissions/how-tos/create-a-commission-rule">
46
+ Override the global commission for specific stores or products.
47
+ </Card>
48
+ </CardGroup>
@@ -0,0 +1,45 @@
1
+ ---
2
+ title: "Manage a Commission Rule"
3
+ sidebarTitle: "Manage a commission rule"
4
+ description: "Edit, enable, disable, or delete an existing commission rule."
5
+ ---
6
+
7
+ > Review a rule and change its scope, fee, or status.
8
+
9
+ ## Overview
10
+
11
+ Once a commission rule exists, you can review it, change its scope or fee, or remove it entirely. Each rule shows a status badge: "Active" rules apply to matching sales, "Inactive" rules do not.
12
+
13
+ ## Step 1: Open the rule
14
+
15
+ 1. Go to "Settings" in the sidebar, then "Commissions".
16
+ 2. Choose the rule from the "Commission Rules" list.
17
+
18
+ This opens the rule detail page, showing its scope, status, and commission.
19
+
20
+ {/* screenshot: Commission rule detail page */}
21
+
22
+ ## Step 2: Edit the scope or the fee
23
+
24
+ - To change the title, code, or scope, click the icon in the scope section header and choose "Edit".
25
+ - To change the fee, click the icon in the "Commission" section header and choose "Edit".
26
+
27
+ Make your changes in the side window, then click "Save".
28
+
29
+ {/* screenshot: Commission rule edit drawer */}
30
+
31
+ ## Step 3: Delete the rule
32
+
33
+ If you no longer need the rule, click the icon in the scope section header and choose "Delete", then confirm.
34
+
35
+ <Warning>
36
+ Deleting a rule cannot be undone. Sales that the rule covered fall back to a more general rule, or to the global commission.
37
+ </Warning>
38
+
39
+ ## Next steps
40
+
41
+ <CardGroup cols={2}>
42
+ <Card title="Edit the global commission" href="/user-guide/admin/commissions/how-tos/edit-the-global-commission">
43
+ Change the default fee used when no rule matches.
44
+ </Card>
45
+ </CardGroup>
@@ -0,0 +1,25 @@
1
+ ---
2
+ title: "Commissions"
3
+ sidebarTitle: "Overview"
4
+ description: "Set the fee your marketplace takes on each seller's sales."
5
+ ---
6
+
7
+ > How the marketplace charges commission, and how to override it for specific stores or products.
8
+
9
+ A commission is the fee your marketplace keeps on every sale. You set one global commission that applies to all sales, and optionally add rules that override it for specific stores, product types, or categories.
10
+
11
+ You manage commissions from "Settings", then "Commissions". The page has two parts: the "Global Commission" that applies by default, and the "Commission Rules" that override it.
12
+
13
+ ## How-tos
14
+
15
+ <CardGroup cols={2}>
16
+ <Card title="Edit the global commission" href="/user-guide/admin/commissions/how-tos/edit-the-global-commission">
17
+ Change the default fee applied to every sale.
18
+ </Card>
19
+ <Card title="Create a commission rule" href="/user-guide/admin/commissions/how-tos/create-a-commission-rule">
20
+ Override the global commission for a store, type, or category.
21
+ </Card>
22
+ <Card title="Manage a commission rule" href="/user-guide/admin/commissions/how-tos/manage-a-commission-rule">
23
+ Edit, enable, disable, or delete an existing rule.
24
+ </Card>
25
+ </CardGroup>
@@ -1,23 +1,31 @@
1
1
  ---
2
2
  title: "Admin Panel"
3
- description: "What marketplace operators do in the Admin Panel no technical knowledge required."
3
+ description: "What marketplace operators do in the Admin 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 Admin Panel is where you run the marketplace. You approve sellers, set commissions, review the products sellers submit, and configure how the catalog works.
9
7
 
10
- ## What you can do here
8
+ ## Areas
11
9
 
12
- Manage sellers, configure commissions, monitor orders and payouts, and control marketplace settings.
13
-
14
- ## Common tasks
15
-
16
- Links to the per-area guides as they are added.
10
+ <CardGroup cols={2}>
11
+ <Card title="Stores" href="/user-guide/admin/stores">
12
+ Create, approve, and manage seller stores.
13
+ </Card>
14
+ <Card title="Commissions" href="/user-guide/admin/commissions/overview">
15
+ Set the fee your marketplace takes on each sale.
16
+ </Card>
17
+ <Card title="Product Requests" href="/user-guide/admin/product-requests/overview">
18
+ Approve or reject the products and edits sellers submit.
19
+ </Card>
20
+ <Card title="Product Attributes" href="/user-guide/admin/attributes/overview">
21
+ Create the attributes sellers use to describe products.
22
+ </Card>
23
+ </CardGroup>
17
24
 
18
25
  ## Next steps
19
26
 
20
27
  <CardGroup cols={2}>
21
- <Card title="Stores" href="/rc/user-guide/admin/stores" />
22
- <Card title="Vendor Panel" href="/rc/user-guide/vendor/overview" />
28
+ <Card title="Vendor Panel" href="/user-guide/vendor/overview">
29
+ See the marketplace from a seller's point of view.
30
+ </Card>
23
31
  </CardGroup>
@@ -0,0 +1,58 @@
1
+ ---
2
+ title: "Review a New Product Request"
3
+ sidebarTitle: "Review a new product"
4
+ description: "Confirm, request changes to, or reject a product a seller submitted."
5
+ ---
6
+
7
+ > Decide whether a seller's newly submitted product goes live on the storefront.
8
+
9
+ ## Overview
10
+
11
+ When a seller submits a new product, it is created with a "Proposed" status and waits for your review. On the product detail page, a "Product request" panel shows the submitting store and the product details. You have three choices: confirm and publish, request an update, or reject.
12
+
13
+ ## Step 1: Open the product
14
+
15
+ 1. Go to "Products" in the sidebar.
16
+ 2. Open a product with the "Proposed" status.
17
+ 3. Review the product details and the "Product request" panel at the top of the page.
18
+
19
+ {/* screenshot: /products/:id with the Product request panel */}
20
+
21
+ ## Step 2: Choose an outcome
22
+
23
+ ### Confirm and publish
24
+
25
+ 1. Click "Confirm" in the "Product request" panel.
26
+ 2. Optionally add a "Note for store", then confirm.
27
+
28
+ The product is published. Any offers created for it appear on the storefront, as long as the seller has set stock levels and prices.
29
+
30
+ {/* screenshot: Confirm request prompt */}
31
+
32
+ ### Request an update
33
+
34
+ 1. Click "Request update".
35
+ 2. Add a "Note for store" describing what needs to change, for example missing images or an incorrect price.
36
+ 3. Click "Send".
37
+
38
+ The seller is notified and can revise the product and resubmit it.
39
+
40
+ {/* screenshot: Request update prompt */}
41
+
42
+ ### Reject the request
43
+
44
+ 1. Click "Reject".
45
+ 2. Optionally add a "Note for store" explaining why.
46
+ 3. Click "Reject" to confirm.
47
+
48
+ <Note>
49
+ Every decision can carry a note for the store, and the seller is notified of the outcome.
50
+ </Note>
51
+
52
+ ## Next steps
53
+
54
+ <CardGroup cols={2}>
55
+ <Card title="Review a product edit" href="/user-guide/admin/product-requests/how-tos/review-a-product-edit">
56
+ Handle changes to products that are already published.
57
+ </Card>
58
+ </CardGroup>
@@ -0,0 +1,48 @@
1
+ ---
2
+ title: "Review a Product Update Request"
3
+ sidebarTitle: "Review a product edit"
4
+ description: "Approve or reject the changes a seller made to a published product."
5
+ ---
6
+
7
+ > Decide whether a seller's edits to a live product take effect on the storefront.
8
+
9
+ ## Overview
10
+
11
+ When a seller edits a product that is already published, the change does not go live immediately. On the product detail page, a "Product update request" panel shows the requested changes so you can compare them against the current product, then confirm or reject them.
12
+
13
+ ## Step 1: Open the product
14
+
15
+ 1. Go to "Products" in the sidebar.
16
+ 2. Open the product that has a pending update.
17
+ 3. Review the requested changes in the "Product update request" panel.
18
+
19
+ {/* screenshot: Product update request panel showing the requested changes */}
20
+
21
+ ## Step 2: Approve or reject
22
+
23
+ ### Confirm the changes
24
+
25
+ 1. Click "Confirm".
26
+ 2. Optionally add a "Note for store", then confirm.
27
+
28
+ The product is updated on the storefront.
29
+
30
+ ### Reject the changes
31
+
32
+ 1. Click "Reject".
33
+ 2. Optionally add a "Note for store" explaining why.
34
+ 3. Click "Reject" to confirm.
35
+
36
+ The product keeps its current details.
37
+
38
+ <Note>
39
+ The seller is notified of your decision. Use the note to explain what you changed or why a request was declined.
40
+ </Note>
41
+
42
+ ## Next steps
43
+
44
+ <CardGroup cols={2}>
45
+ <Card title="Review a new product" href="/user-guide/admin/product-requests/how-tos/review-a-new-product">
46
+ Handle brand-new products awaiting approval.
47
+ </Card>
48
+ </CardGroup>
@@ -0,0 +1,25 @@
1
+ ---
2
+ title: "Product Requests"
3
+ sidebarTitle: "Overview"
4
+ description: "Review, approve, or reject the products and edits sellers submit."
5
+ ---
6
+
7
+ > How new products and product edits reach you for review before they go live.
8
+
9
+ When a seller submits a new product or edits an existing one, it does not go live immediately. It waits for your review on the product detail page. There are two kinds of request:
10
+
11
+ - A **new product request**, when a seller submits a brand-new product. Its status is "Proposed".
12
+ - A **product update request**, when a seller edits a product that is already published.
13
+
14
+ To review either, go to "Products" in the sidebar and open the product. The request appears in a panel at the top of the product detail page.
15
+
16
+ ## How-tos
17
+
18
+ <CardGroup cols={2}>
19
+ <Card title="Review a new product" href="/user-guide/admin/product-requests/how-tos/review-a-new-product">
20
+ Confirm, request changes, or reject a proposed product.
21
+ </Card>
22
+ <Card title="Review a product edit" href="/user-guide/admin/product-requests/how-tos/review-a-product-edit">
23
+ Approve or reject changes to a published product.
24
+ </Card>
25
+ </CardGroup>
@@ -0,0 +1,59 @@
1
+ ---
2
+ title: "Create an Offer"
3
+ sidebarTitle: "Create an offer"
4
+ description: "List one or more catalog products for sale with your SKU, price, and stock."
5
+ ---
6
+
7
+ > Sell a catalog product by adding your SKU, price, stock, and shipping profile.
8
+
9
+ ## Overview
10
+
11
+ Creating an offer is a two-step form. In "Products" you pick which catalog products you want to sell. In "Stock Levels & Prices" you set your SKU, shipping profile, price, and inventory for each variant. You can list several products in one flow.
12
+
13
+ ## Step 1: Start a new offer
14
+
15
+ 1. Go to "Products" in the sidebar, then "Offers".
16
+ 2. Click "Create".
17
+
18
+ {/* screenshot: /offers list with Create button */}
19
+
20
+ ## Step 2: Choose products
21
+
22
+ In the "Products" step:
23
+
24
+ 1. Browse or search the product list.
25
+ 2. Select the checkbox next to every product you want to list.
26
+ 3. Click "Continue".
27
+
28
+ {/* screenshot: Create offer wizard, Products tab with items selected */}
29
+
30
+ <Tip>
31
+ Select all the products that match your inventory in one go, then set stock and prices for all of them in the next step.
32
+ </Tip>
33
+
34
+ ## Step 3: Set stock and prices
35
+
36
+ In the "Stock Levels & Prices" step, for every variant row:
37
+
38
+ 1. Enter a "SKU". Your SKU must be unique across your store.
39
+ 2. Select a "Shipping Profile".
40
+ 3. Enter a "Price" for each currency.
41
+ 4. Enter the stocked quantity for each of your stock locations.
42
+
43
+ {/* screenshot: Create offer wizard, Stock Levels & Prices grid */}
44
+
45
+ ## Step 4: Publish
46
+
47
+ Click "Publish". Your offers are created.
48
+
49
+ <Note>
50
+ An offer only appears on the storefront once it has both stock levels and a price set. Offers missing either stay hidden until you complete them.
51
+ </Note>
52
+
53
+ ## Next steps
54
+
55
+ <CardGroup cols={2}>
56
+ <Card title="Update prices and stock" href="/user-guide/vendor/offers/how-tos/update-prices-and-stock">
57
+ Adjust an offer's prices or inventory later.
58
+ </Card>
59
+ </CardGroup>
@@ -0,0 +1,40 @@
1
+ ---
2
+ title: "Update Offer Prices and Stock"
3
+ sidebarTitle: "Update prices and stock"
4
+ description: "Change an existing offer's prices or inventory without recreating it."
5
+ ---
6
+
7
+ > Adjust what you charge and how much you have in stock for an offer you already listed.
8
+
9
+ ## Overview
10
+
11
+ After an offer exists, you can update its prices and inventory at any time from the "Offers" list, without going through the create flow again.
12
+
13
+ ## Step 1: Open your offers
14
+
15
+ Go to "Products" in the sidebar, then "Offers".
16
+
17
+ {/* screenshot: /offers list page */}
18
+
19
+ ## Step 2: Manage prices or inventory
20
+
21
+ Use the row actions on the offer to:
22
+
23
+ - "Manage prices" to change the price for each currency.
24
+ - "Manage inventory" to update stocked quantities at your locations.
25
+
26
+ Make your changes and save.
27
+
28
+ {/* screenshot: Offer row actions: Manage prices / Manage inventory */}
29
+
30
+ <Note>
31
+ Keep both a price and stock set, or the offer will stop showing on the storefront.
32
+ </Note>
33
+
34
+ ## Next steps
35
+
36
+ <CardGroup cols={2}>
37
+ <Card title="Create an offer" href="/user-guide/vendor/offers/how-tos/create-an-offer">
38
+ List more products for sale.
39
+ </Card>
40
+ </CardGroup>
@@ -0,0 +1,22 @@
1
+ ---
2
+ title: "Offers"
3
+ sidebarTitle: "Overview"
4
+ description: "List a product for sale with your SKU, price, and stock."
5
+ ---
6
+
7
+ > How you sell a product: an offer carries your SKU, price, stock, and shipping profile.
8
+
9
+ Products in Mercur live in a shared catalog. To sell one, you create an offer against it. The offer carries your own SKU, price, stock levels, and shipping profile. An offer only appears on the storefront once it has both stock levels and a price set.
10
+
11
+ You manage offers from "Products", then "Offers".
12
+
13
+ ## How-tos
14
+
15
+ <CardGroup cols={2}>
16
+ <Card title="Create an offer" href="/user-guide/vendor/offers/how-tos/create-an-offer">
17
+ List one or more catalog products for sale.
18
+ </Card>
19
+ <Card title="Update prices and stock" href="/user-guide/vendor/offers/how-tos/update-prices-and-stock">
20
+ Change an existing offer's prices or inventory.
21
+ </Card>
22
+ </CardGroup>