- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
AdminPrice
Properties#
id
stringThe price's ID.
title
stringThe price's title.
currency_code
stringThe price's currency code.
amount
numberThe price's amount.
raw_amount
Record<string, unknown>The price's raw amount.
min_quantity
null | numberThe minimum quantity that must be available in the cart for the price to be applied.
max_quantity
null | numberThe maximum quantity allowed to be available in the cart for the price to be applied.
price_set_id
stringThe ID of the price set this price belongs to.
created_at
stringThe date the price was created.
updated_at
stringThe date the price was updated.
deleted_at
null | stringThe date the price was deleted.
Was this page helpful?