Files
medusa-store/www/apps/resources/references/utils/utils.LinkUtils/page.mdx
github-actions[bot] dc94e62a6a chore(docs): Generated References (automated) (#11395)
Generated the following references:
- `api_key`
- `auth`
- `cart`
- `core_flows`
- `currency`
- `customer`
- `fulfillment`
- `inventory_next`
- `js_sdk`
- `medusa`
- `medusa_config`
- `modules`
- `modules_sdk`
- `notification`
- `order`
- `payment`
- `payment_models`
- `payment_provider`
- `pricing`
- `product`
- `promotion`
- `region`
- `sales_channel`
- `stock_location_next`
- `store`
- `tax`
- `types`
- `user`
- `utils`

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2025-02-11 12:02:30 +00:00

47 lines
4.5 KiB
Plaintext

import { TypeList } from "docs-ui"
# LinkUtils
## Functions
- [composeLinkName](page.mdx#composelinkname)
- [composeTableName](page.mdx#composetablename)
## Variables
- [LINKS](page.mdx#links)
## Functions
### composeLinkName
#### Parameters
<TypeList types={[{"name":"args","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="composeLinkName"/>
#### Returns
<TypeList types={[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="composeLinkName"/>
### composeTableName
#### Parameters
<TypeList types={[{"name":"args","type":"`any`[]","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="composeTableName"/>
#### Returns
<TypeList types={[{"name":"string","type":"`string`","optional":false,"defaultValue":"","description":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="composeTableName"/>
___
## Variables
### LINKS
`Const` **LINKS**: `Object`
#### Properties
<TypeList types={[{"name":"ProductVariantInventoryItem","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ProductVariantPriceSet","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ShippingOptionPriceSet","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"CartPaymentCollection","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"RegionPaymentProvider","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"CartPromotion","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"SalesChannelLocation","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"LocationFulfillmentProvider","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"LocationFulfillmentSet","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"OrderPromotion","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"OrderCart","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"OrderSalesChannel","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"PublishableApiKeySalesChannel","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ProductSalesChannel","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"OrderPaymentCollection","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"OrderClaimPaymentCollection","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"OrderExchangePaymentCollection","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"OrderFulfillment","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ReturnFulfillment","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"ProductShippingProfile","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]},{"name":"CustomerAccountHolder","type":"`string`","description":"","optional":false,"defaultValue":"","expandable":false,"children":[]}]} expandUrl="https://docs.medusajs.com/learn/fundamentals/data-models/manage-relationships#retrieve-records-of-relation" sectionTitle="LINKS"/>