Create a price volume tier

POST https://{{subdomain}}.commercelayer.io/api/price_volume_tiers

Request Body

{"data"=>{"type"=>"price_volume_tiers", "attributes"=>{"name"=>"{{price_volume_tier_name}}", "price_amount_cents"=>"{{price_volume_tier_price_amount_cents}}"}, "relationships"=>{"price"=>{"data"=>{"type"=>"prices", "id"=>"{{price_volume_tier_rel_id}}"}}}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"data":{"id":"xYZkjABcde","type":"price_volume_tiers","links":{"self":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde"},"attributes":{"name":"six pack","type":"price_volume_tiers","up_to":15,"price_amount_cents":1000,"price_amount_float":10.0,"formatted_price_amount":"€10,00","created_at":"2018-01-01T12:00:00.000Z","updated_at":"2018-01-01T12:00:00.000Z","reference":"ANY-EXTERNAL-REFEFERNCE","reference_origin":"ANY-EXTERNAL-REFEFERNCE-ORIGIN","metadata":{"foo":"bar"}},"relationships":{"price":{"links":{"self":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/relationships/price","related":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/price"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/versions"}},"events":{"links":{"self":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/relationships/events","related":"https://yourdomain.commercelayer.io/api/price_volume_tiers/xYZkjABcde/events"}}},"meta":{"mode":"test"}}}