无法使用createDraftListing API发布某些字段



我们已经使用此文档实现了createDraftListing API,以在etsy上创建新列表。

但是我们不能使用上面的API发布下面的字段,因为在文档请求参数中这个字段不存在。

我们还在请求提要中添加了物品重量、物品长度、物品宽度和物品高度,并将该值发布到上述api调用中,但在产品上仍然显示空白。

请求提要:

{
"title": "this is my title",
"description": "this is my description",
"quantity": "100",
"state": "active",
"price": 44.55,
"who_made": "collective",
"when_made": "2020_2022",
"listing_type": "physical",
"shipping_profile_id": 12345678,
"processing_min": 1,
"processing_max": 1,
"item_weight": "0.71",
"item_weight_unit": "lb",
"item_length": 5.5,
"item_width": "7.5",
"item_height": 0.75,
"item_dimensions_unit": "in",
"has_variations": false,
"language": "en-US",
"is_taxable": true,
"should_auto_renew": true,
"is_customizable": true,
"is_personalizable": true,
"personalization_is_required": true,
"personalization_char_count_max": 1,
"personalization_instructions": "",
"taxonomy_id": 2279
}

所以请让我们知道任何api发布以上字段etsy?

谢谢。

首先您可以在get shipping profile api中获取id shipping profile id。I try and success

相关内容

  • 没有找到相关文章

最新更新