Skip to main content
PATCH
Patch Product Store

Path Parameters

entity_id
string<uuid>
required

Body

application/json
store_name
string | null
country_code
string | null
regular_price
unit_cost
stock_on_hand
integer | null
status
string | null
tax_rate
currency
string | null
price_effective_date
string<date> | null
item_id
string | null
sku
string | null
store_id
string | null
current_price

Response

Successful Response

id
string<uuid>
required
item_id
string
required
store_id
string
required
store_name
string | null
country_code
string | null
regular_price
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
unit_cost
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
stock_on_hand
integer | null
status
string | null
tax_rate
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
currency
string | null
price_effective_date
string<date> | null
sku
string | null
current_price
string | null
Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$