curl --request POST \
--url 'https://api.stateset.com/api/v1/price-schedules/{id}/entries' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"price": "49.00",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}'
{
"price": "49.00",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Set entry (/api/v1/price-schedules/{id}/entries)
Set entry (/api/v1/price-schedules//entries)
POST
/
api
/
v1
/
price-schedules
/
{id}
/
entries
curl --request POST \
--url 'https://api.stateset.com/api/v1/price-schedules/{id}/entries' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"price": "49.00",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}'
{
"price": "49.00",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Path parameters
string
required
Price schedule ID
Request body
SetEntryRequest
string
required
Scheduled price as a string.
string
required
Response
PriceScheduleEntryResponse
string
required
string
required
Status codes
| Code | Meaning |
|---|---|
200 | — |
400 | — |
curl --request POST \
--url 'https://api.stateset.com/api/v1/price-schedules/{id}/entries' \
--header "Authorization: Bearer $STATESET_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"price": "49.00",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}'
{
"price": "49.00",
"product_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
}
Last modified on August 31, 2026