Files
medusa-store/www/apps/docs/content/references/pricing/interfaces/AddPricesDTO.md
Shahed Nasser f0af8ecc89 docs: generate pricing module reference (#5349)
* docs: generate pricing module reference

* added notes about new configurations
2023-10-11 14:08:19 +03:00

773 B

displayed_sidebar
displayed_sidebar
pricingReference

AddPricesDTO

An object used to specify prices to add to a price set.

Properties

priceSetId

priceSetId: string

A string indicating the ID of the price set to add prices to.

Defined in

packages/types/src/pricing/common/price-set.ts:105


prices

prices: CreatePricesDTO[]

An array of objects of type CreatePricesDTO, each being a price to add to the price set.

Defined in

packages/types/src/pricing/common/price-set.ts:106