Get Catalog Price Point
GET/inventory/v1/catalog/price-point/:price_point_id
Get a specific Price Point.
Request
Path Parameters
Header Parameters
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
- 304
- 403
- 404
- 422
Successful Response
Response Headers
ETag
string
Used to identify this version of the content. Provide with a get request to avoid downloading the same data multiple times.
- application/json
- Schema
- Example (from schema)
Schema
- MOD1
Array [
- MOD1
- MOD1
- MOD1
- MOD1
Array [
]
]
Array [
- MOD1
- MOD1
- MOD1
- MOD1
Array [
]
]
- CacheInfo
custom_data
object
Custom data associated with the resource
name
object
The name of the Price Point.
anyOf
string
Forces the quantity to be equal to a quantity on a Price Breakpoint.
Only allows quantity to be fulfilled up the highest quantity on the Price Breakpoints
current_breakpoints
object[]
Current Price Breakpoints.
price_item_uuid
object
The Item used as the currency for the purchase.
anyOf
string
price_item_id
object
deprecated
Deprecated. Use the currencies field instead.
anyOf
integer
price
object
deprecated
Deprecated. Use the currencies field instead.
anyOf
integer
currencies
object
List of currencies for this break point
anyOf
The Item used as the currency for the purchase.
The Item used as the currency for the purchase.
The price of the Item.
pre_sale_breakpoints
object[]
Previous Price Breakpoints.
price_item_uuid
object
The Item used as the currency for the purchase.
anyOf
string
price_item_id
object
deprecated
Deprecated. Use the currencies field instead.
anyOf
integer
price
object
deprecated
Deprecated. Use the currencies field instead.
anyOf
integer
currencies
object
List of currencies for this break point
anyOf
The Item used as the currency for the purchase.
The Item used as the currency for the purchase.
The price of the Item.
cache_info
object
Cache info for the Price Point.
anyOf
Cache information for the resource it is attached to. The etag value can be used with the If-None-Match and If-Match headers
Possible values: non-empty
{
"custom_data": {},
"name": "string",
"strict_flag": false,
"cap_flag": false,
"current_breakpoints": [
{
"price_item_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"quantity": 0,
"currencies": [
null
]
}
],
"pre_sale_breakpoints": [
{
"price_item_uuid": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"quantity": 0,
"currencies": [
null
]
}
],
"cache_info": {}
}
Content still has the same etag and has not changed
Forbidden
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Not Found
- application/json
- Schema
- Example (from schema)
Schema
Default value: true
{
"auth_success": true,
"error_code": "string",
"desc": "string"
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}