Skip to content

Get Catalog Price Points All

GET
/inventory/v1/catalog/price-point

Get all Price Points.

Authorizations

Parameters

Header Parameters

if-none-match

If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.

string

If you provide the ETag that matches the current ETag for this content, will return a 304 response - indicating that the content has not changed.

Responses

200

Successful Response

A collection of Price Points by Price Point ID.

object
price_points

Price Points mapped by Price Point ID.

object
key
additional properties

A collection of Price Breakpoints (volume pricing).

object
custom_data

Custom data associated with the resource

object
key
additional properties
string
name

The name of the Price Point.

string
strict_flag

Forces the quantity to be equal to a quantity on a Price Breakpoint.

boolean
cap_flag

Only allows quantity to be fulfilled up the highest quantity on the Price Breakpoints

boolean
current_breakpoints

Current Price Breakpoints.

Array<object>
default:

Price based on quantity and the Item ID of the currency used.

object
price_item_id

Deprecated. Use the currencies field instead.

integer
quantity
required
integer
price

Deprecated. Use the currencies field instead.

integer
currencies

List of currencies for this break point

Array<object>

The currencies of a Price Breakpoint.

object
price_item_id
required

The Item used as the currency for the purchase.

integer
price
required

The price of the Item.

integer
pre_sale_breakpoints

Previous Price Breakpoints.

Array<object>
default:

Price based on quantity and the Item ID of the currency used.

object
price_item_id

Deprecated. Use the currencies field instead.

integer
quantity
required
integer
price

Deprecated. Use the currencies field instead.

integer
currencies

List of currencies for this break point

Array<object>

The currencies of a Price Breakpoint.

object
price_item_id
required

The Item used as the currency for the purchase.

integer
price
required

The price of the Item.

integer
cache_info

Cache info for the Price Point.

object
etag
required
string
>= 1 characters
str_rep
string
cache_info

Cache info for the Price Points.

object
etag
required
string
>= 1 characters
str_rep
string

Headers

ETag
string

Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.

304

Content still has the same etag and has not changed

403

Forbidden

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

404

Not Found

object
auth_success
boolean
default: true
error_code
required
string
desc
required
string

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string