docs: document different ways of selling products (#11446)
* docs: document different ways of selling products * add llms
This commit is contained in:
@@ -3,6 +3,10 @@ export const concept = [
|
||||
"title": "Inventory Kits",
|
||||
"path": "/commerce-modules/inventory/inventory-kit"
|
||||
},
|
||||
{
|
||||
"title": "Product Shipping Requirement",
|
||||
"path": "/commerce-modules/product/selling-products"
|
||||
},
|
||||
{
|
||||
"title": "Product Variant Inventory",
|
||||
"path": "/commerce-modules/product/variant-inventory"
|
||||
|
||||
@@ -1,4 +1,8 @@
|
||||
export const fulfillment = [
|
||||
{
|
||||
"title": "Product Shipping Requirement",
|
||||
"path": "/commerce-modules/product/selling-products"
|
||||
},
|
||||
{
|
||||
"title": "Checkout Step 3: Choose Shipping Method",
|
||||
"path": "/storefront-development/checkout/shipping"
|
||||
|
||||
@@ -1,39 +1,39 @@
|
||||
export * from "./inventory.js"
|
||||
export * from "./pricing.js"
|
||||
export * from "./server.js"
|
||||
export * from "./query.js"
|
||||
export * from "./pricing.js"
|
||||
export * from "./tax.js"
|
||||
export * from "./fulfillment.js"
|
||||
export * from "./server.js"
|
||||
export * from "./sales-channel.js"
|
||||
export * from "./cart.js"
|
||||
export * from "./storefront.js"
|
||||
export * from "./payment.js"
|
||||
export * from "./customer.js"
|
||||
export * from "./stripe.js"
|
||||
export * from "./order.js"
|
||||
export * from "./fulfillment.js"
|
||||
export * from "./customer.js"
|
||||
export * from "./auth.js"
|
||||
export * from "./js-sdk.js"
|
||||
export * from "./product.js"
|
||||
export * from "./region.js"
|
||||
export * from "./payment.js"
|
||||
export * from "./product-collection.js"
|
||||
export * from "./js-sdk.js"
|
||||
export * from "./checkout.js"
|
||||
export * from "./example.js"
|
||||
export * from "./api-key.js"
|
||||
export * from "./product-category.js"
|
||||
export * from "./product-collection.js"
|
||||
export * from "./publishable-api-key.js"
|
||||
export * from "./auth.js"
|
||||
export * from "./api-key.js"
|
||||
export * from "./concept.js"
|
||||
export * from "./event-bus.js"
|
||||
export * from "./step.js"
|
||||
export * from "./link.js"
|
||||
export * from "./remote-query.js"
|
||||
export * from "./workflow.js"
|
||||
export * from "./store.js"
|
||||
export * from "./checkout.js"
|
||||
export * from "./locking.js"
|
||||
export * from "./logger.js"
|
||||
export * from "./stock-location.js"
|
||||
export * from "./promotion.js"
|
||||
export * from "./event-bus.js"
|
||||
export * from "./user.js"
|
||||
export * from "./product.js"
|
||||
export * from "./notification.js"
|
||||
export * from "./currency.js"
|
||||
export * from "./file.js"
|
||||
export * from "./product-category.js"
|
||||
export * from "./user.js"
|
||||
export * from "./promotion.js"
|
||||
export * from "./currency.js"
|
||||
export * from "./remote-query.js"
|
||||
export * from "./admin.js"
|
||||
export * from "./concept.js"
|
||||
export * from "./stock-location.js"
|
||||
export * from "./store.js"
|
||||
export * from "./notification.js"
|
||||
export * from "./locking.js"
|
||||
|
||||
Reference in New Issue
Block a user