Create a price frequency tier
POST https://{{subdomain}}.commercelayer.io/api/price_frequency_tiers
Request Body
{"data"=>{"type"=>"price_frequency_tiers", "attributes"=>{"name"=>"{{price_frequency_tier_name}}", "price_amount_cents"=>"{{price_frequency_tier_price_amount_cents}}"}, "relationships"=>{"price"=>{"data"=>{"type"=>"prices", "id"=>"{{price_frequency_tier_rel_id}}"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"data":{"id":"xYZkjABcde","type":"price_frequency_tiers","links":{"self":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde"},"attributes":{"name":"six pack","type":"price_volume_tiers","up_to":7,"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_frequency_tiers/xYZkjABcde/relationships/price","related":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde/price"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde/attachments"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde/versions"}},"events":{"links":{"self":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde/relationships/events","related":"https://yourdomain.commercelayer.io/api/price_frequency_tiers/xYZkjABcde/events"}}},"meta":{"mode":"test"}}}