Create a flex promotion

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

Request Body

{"data"=>{"type"=>"flex_promotions", "attributes"=>{"name"=>"{{flex_promotion_name}}", "starts_at"=>"{{flex_promotion_starts_at}}", "expires_at"=>"{{flex_promotion_expires_at}}", "rules"=>"{{flex_promotion_rules}}"}}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Authorizationstring

RESPONSES

status: Created

{"data":{"id":"xYZkjABcde","type":"flex_promotions","links":{"self":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde"},"attributes":{"name":"Personal promotion","type":"percentage_discount_promotions","exclusive":true,"priority":2,"starts_at":"2018-01-01T12:00:00.000Z","expires_at":"2018-01-02T12:00:00.000Z","total_usage_limit":5,"total_usage_count":2,"active":true,"status":"pending","rules":{},"disabled_at":"2018-01-01T12:00:00.000Z","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","rule_outcomes":{},"metadata":{"foo":"bar"}},"relationships":{"coupon_codes_promotion_rule":{"links":{"self":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/relationships/coupon_codes_promotion_rule","related":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/coupon_codes_promotion_rule"}},"coupons":{"links":{"self":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/relationships/coupons","related":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/coupons"}},"attachments":{"links":{"self":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/relationships/attachments","related":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/attachments"}},"events":{"links":{"self":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/relationships/events","related":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/events"}},"tags":{"links":{"self":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/relationships/tags","related":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/tags"}},"versions":{"links":{"self":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/relationships/versions","related":"https://yourdomain.commercelayer.io/api/flex_promotions/xYZkjABcde/versions"}}},"meta":{"mode":"test"}}}