wish如何快速出单(wish如何通过API端口查找欧盟海关报关需要的订单信息?实用于从欧盟境外发货的欧盟路向订单)

跨境快讯 2023-08-07 00:01:52 woniu
10
wish如何通过API端口查找欧盟海关报关需要的订单信息?(实用于从欧盟境外发货的欧盟路向订单)

wish商户也可以通过V2和V3版API端口检索上述报关信息。具体如下:

V2版API端口:wish商户可在以下V2版订单相关API端口应用新增长的“eu_vat_info”属性获取这些信息:

检索某个订单:GEThttps://merchant.wish.com/api/v2/order

检索更近更改的订单:GEThttps://merchant.wish.com/api/v2/order/multi-get

检索更近更改的FBW订单:GEThttps://merchant.wish.com/api/v2/order/multi-get-fbw

检索更近更改的FBS订单:GEThttps://merchant.wish.com/api/v2/order/multi-get-fbs

检索未实行的订单:GEThttps://merchant.wish.com/api/v2/order/get-fulfill

V3版API端口:商户可在以下V3版订单相关API端口应用新增长的“eu_vat_customs_declaration”属性获取这些信息:

查找某个订单:GEThttps://merchant.wish.com/api/v3/orders/%7Bid%7D

列出多个订单:GEThttps://merchant.wish.com/api/v3/orders

具体来说,“eu_vat_customs_declaration”可从order→tax_information→vat_information→eu_vat_customs_declaration属性中找到。

wish商户官网原文详情:

viaAPI

Merchantsmayalsoretrievetheinformationforcustomsdeclarationsdescribedaboveviav2APIandv3API.Specifically:

V2API:Merchantsmayaccessthisinformationviathenewly-added‘eu_vat_info’attributeintheresponseofthefollowingorder-relatedv2APIendpoints:

RetrieveanOrder:GEThttps://merchant.wish.com/api/v2/order

RetrieveRecentlyChangedOrders:GEThttps://merchant.wish.com/api/v2/order/multi-get

RetrieveRecentlyChangedFBWOrders:GEThttps://merchant.wish.com/api/v2/order/multi-get-fbw

RetrieveRecentlyChangedFBSOrders:GEThttps://merchant.wish.com/api/v2/order/multi-get-fbs

RetrieveUnfulfilledOrders:GEThttps://merchant.wish.com/api/v2/order/get-fulfill

V3API:Merchantsmayaccessthisinformationviathenewly-added‘eu_vat_customs_declaration’attributeintheresponseofthefollowingorder-relatedv3APIendpoints:

Getanorder:GEThttps://merchant.wish.com/api/v3/orders/%7Bid%7D

Listorders:GEThttps://merchant.wish.com/api/v3/orders

Specifically,the‘eu_vat_customs_declaration’canbelocatedinorder→tax_information→vat_information→eu_vat_customs_declarationattribute.

相关文章