PUT
/
offer
/
promotions
/
{id}

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

promotion id

Body

application/json
name
string
required
description
string
promotion_type
enum<string>
required
Available options:
discount,
free-goods,
fixed-price,
free-shipping,
buy-x-get-y,
volume-based
details
object
required
tags
string[] | null
status
enum<string>
required

this key is ignored in create promotion api and draft status will be added by default. required in update promotion api only.

Available options:
draft,
live,
stopped,
expired
customer_eligibility
enum<string>
required
Available options:
all,
customer,
segment
customer_id
string[]

required if customer_eligibility = customer

segment_id
string[]

required if customer_eligibility = segment

applies_to_product
enum<string>
Available options:
all,
product,
category
has_redemption_limit
boolean
default: false
redemption_limit
integer
default: 0
require_minimum_order_total
boolean
default: false
minimum_order_total
integer
default: 0
for_first_time_customer_only
boolean
default: false
can_be_used_with_promotion
boolean
default: false
starts_at
string
required
expires_at
string | null

Response

200 - application/json
message
string
success
boolean
content
object