如何查看wish订单是否为FBS订单?
您可以在wish商户平台的订单 > 历史记录页面找到 FBS 订单,了解 FBS 销量概况。在“查看产品 (SKU)”列下方,已完成的 FBS 订单会显示“FBS 订单”标志,如下图所示。
您可以在订单 > 历史记录页面选择“Filter Transactions”(筛选交易记录)>“Show Fulfillment By Store”(显示 FBS 订单),并选择日期范围,以筛选出 FBS 订单:
您也可以使用以下 API 端口的 is_fbs_order 参数识别 FBS 订单:
/api/v2/order
/api/v2/order/multi-get
wish商户官网原文详情:
4. How will I know if an order is an FBS order?
You may distill FBS-specific sales insights by identifying FBS orders on the Orders>History page in Merchant Dashboard. Once an FBS order is completed (i.e. a customer placed an order and picked up the item at a store), the corresponding order will show an “FBS Order” flag under the View Product (SKU) column, as shown below.
You can filter the Orders > History page to view only FBS Orders by selecting Filter Transactions > Show Fulfillment By Store transactions across a selected date range:
You can also utilize the is_fbs_order parameter of the following API endpoints to identify FBS orders:
/api/v2/order
/api/v2/order/multi-get
文章内容来源:wish商户官方网站