Skip to main content
POST
Create Competitor Price

Body

application/json
competitor_name
string
required
observed_at
string<date-time>
required
regular_price
required
item_id
string | null
promo_price
currency
string | null
source_url
string | null
competitor_sku
string | null
barcode
string | null
status
string | null
stock_on_hand

Response

Successful Response

id
integer
required
competitor_name
string
required
observed_at
string<date-time>
required
regular_price
string
required
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
item_id
string | null
promo_price
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency
string | null
source_url
string | null
competitor_sku
string | null
barcode
string | null
status
string | null
stock_on_hand
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
created_at
string<date-time> | null
updated_at
string<date-time> | null