我发送“ https://openapi.etsy.com/v2/listings/listing_id/inventory ”但我收到错误“所有产品的价格必须一致”
这就是我奉献的东西:
[offerings] => Array
(
[0] => Array
(
[price] => Array
(
[amount] => 14500
[divisor] => 100
[currency_code] => USD
[currency_formatted_short] => $145.00
[currency_formatted_long] => $145.00 USD
[currency_formatted_raw] => 145.00
)
[quantity] => 7
[is_enabled] => 1
[is_deleted] => 0
)
)