wish如何通过 API 端口查找欧盟海关报关需要的订单信息?(适用于从欧盟境外发货的欧盟路向订单)
wish商户也可以通过 V2 和 V3 版 API 端口检索上述报关信息。具体如下:
V2 版 API 端口:wish商户可在以下 V2 版订单相关 API 端口使用新增加的“eu_vat_info”属性获取这些信息:
检索某个订单:GET https://merchant.wish.com/api/v2/order
检索最近更改的订单:GET https://merchant.wish.com/api/v2/order/multi-get
检索最近更改的 FBW 订单:GET https://merchant.wish.com/api/v2/order/multi-get-fbw
检索最近更改的 FBS 订单:GET https://merchant.wish.com/api/v2/order/multi-get-fbs
检索未履行的订单:GET https://merchant.wish.com/api/v2/order/get-fulfill
V3 版 API 端口:商户可在以下 V3 版订单相关 API 端口使用新增加的“eu_vat_customs_declaration”属性获取这些信息:
查找某个订单:GET https://merchant.wish.com/api/v3/orders/%7Bid%7D
列出多个订单:GET https://merchant.wish.com/api/v3/orders
具体来说,“eu_vat_customs_declaration”可从 order → tax_information → vat_information → eu_vat_customs_declaration 属性中找到。
wish商户官网原文详情:
via API
Merchants may also retrieve the information for customs declarations described above via v2 API and v3 API. Specifically:
V2 API: Merchants may access this information via the newly-added ‘eu_vat_info’ attribute in the response of the following order-related v2 API endpoints:
Retrieve an Order: GET https://merchant.wish.com/api/v2/order
Retrieve Recently Changed Orders: GET https://merchant.wish.com/api/v2/order/multi-get
Retrieve Recently Changed FBW Orders: GET https://merchant.wish.com/api/v2/order/multi-get-fbw
Retrieve Recently Changed FBS Orders: GET https://merchant.wish.com/api/v2/order/multi-get-fbs
Retrieve Unfulfilled Orders: GET https://merchant.wish.com/api/v2/order/get-fulfill
V3 API: Merchants may access this information via the newly-added ‘eu_vat_customs_declaration’ attribute in the response of the following order-related v3 API endpoints:
Get an order: GET https://merchant.wish.com/api/v3/orders/%7Bid%7D
List orders: GET https://merchant.wish.com/api/v3/orders
Specifically, the ‘eu_vat_customs_declaration’ can be located in order → tax_information → vat_information → eu_vat_customs_declaration attribute.
文章内容来源:wish商户官方网站