Files
medusa-store/docs/content/references/js-client/modules/internal-16.md
Shahed Nasser 02d5c1da88 docs: update Typedoc and regenerate references (#1994)
* generated new services reference

* changed from automatic push to automated pull request

* updated typedoc, regenerated JS Client reference

* regenerated the reference after updating typedoc

* added action for js client
2022-08-04 17:29:52 +03:00

5.5 KiB

Namespace: internal

Classes

Type Aliases

AdminProductsDeleteOptionRes

Ƭ AdminProductsDeleteOptionRes: Object

Type declaration

Name Type
deleted boolean
object "option"
option_id string
product Product

Defined in

medusa/dist/api/routes/admin/products/index.d.ts:13


AdminProductsDeleteRes

Ƭ AdminProductsDeleteRes: Object

Type declaration

Name Type
deleted boolean
id string
object "product"

Defined in

medusa/dist/api/routes/admin/products/index.d.ts:25


AdminProductsDeleteVariantRes

Ƭ AdminProductsDeleteVariantRes: Object

Type declaration

Name Type
deleted boolean
object "product-variant"
product Product
variant_id string

Defined in

medusa/dist/api/routes/admin/products/index.d.ts:19


AdminProductsListRes

Ƭ AdminProductsListRes: PaginatedResponse & { products: (PricedProduct | Product)[] }

Defined in

medusa/dist/api/routes/admin/products/index.d.ts:30


AdminProductsListTagsRes

Ƭ AdminProductsListTagsRes: Object

Type declaration

Name Type
tags ProductTag[]

Defined in

medusa/dist/api/routes/admin/products/index.d.ts:36


AdminProductsListTypesRes

Ƭ AdminProductsListTypesRes: Object

Type declaration

Name Type
types ProductType[]

Defined in

medusa/dist/api/routes/admin/products/index.d.ts:33


AdminProductsRes

Ƭ AdminProductsRes: Object

Type declaration

Name Type
product Product

Defined in

medusa/dist/api/routes/admin/products/index.d.ts:39


PricedProduct

Ƭ PricedProduct: Omit<Partial<Product>, "variants"> & { variants: PricedVariant[] }

Defined in

medusa/dist/types/pricing.d.ts:28


PricedVariant

Ƭ PricedVariant: Partial<ProductVariant> & ProductVariantPricing

Defined in

medusa/dist/types/pricing.d.ts:27


ProductVariantPricing

Ƭ ProductVariantPricing: { calculated_price: number | null ; calculated_price_type?: string | null ; original_price: number | null ; prices: MoneyAmount[] } & TaxedPricing

Defined in

medusa/dist/types/pricing.d.ts:4


TaxServiceRate

Ƭ TaxServiceRate: Object

The tax rate object as configured in Medusa. These may have an unspecified numerical rate as they may be used for lookup purposes in the tax provider plugin.

Type declaration

Name Type
code string | null
name string
rate? number | null

Defined in

medusa/dist/types/tax-service.d.ts:6


TaxedPricing

Ƭ TaxedPricing: Object

Type declaration

Name Type
calculated_price_incl_tax number | null
calculated_tax number | null
original_price_incl_tax number | null
original_tax number | null
tax_rates TaxServiceRate[] | null

Defined in

medusa/dist/types/pricing.d.ts:10