来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
查看技术与溯源信息
- 平台 / profile
- Shopee / profile.shopee.faq
- 语言
- en
- 发布版本
cn-20260909-2- 标签
- zhuge/sourceplatform/shopeeaudience/developercategory/help_centertopic/apitopic/developertopic/faqtopic/feature-apistopic/order
资料正文
§1 Update for Fulfillment type-related API
Shopee provides an open API that enables you to differentiate between order fulfillment types using the ‘fulfillment flag’.
- SLS (Shopee Logistics Service) is our one-stop logistics service that facilitates overseas shipping for sellers. They can simply pack their products and deliver them to domestic logistics centers, after which they will be delivered to local customers.
- SBS (Service By Shopee) is a fulfillment service that takes care of all order-related tasks such as storage, packaging, and delivery of the seller's products. Sellers can entrust their products to Shopee's local warehouse, instead of directly handling delivery.
As SBS orders are processed through Shopee's local warehouse, sellers no longer need to handle the delivery themselves. Therefore, if you provide an ERP service for order management, you may consider configuring and displaying the order fulfillment types or allow the user to operate only on SLS orders, which are the ones needed for handling the shipment processing.
If you do not differentiate the order fulfillment types, it will be difficult for users to confirm and distinguish which orders need shipment processing. Therefore, we suggest you to develop your system to differentiate SLS and SBS orders using the provided "fulfillment flag" API value, if necessary.
Related API: V2.order.get_order_detail
- Request parameters: response_optional_fields > fulfillment_flag
- Response parameters: fulfillment_flag (fulfilled_by_shopee, fulfilled_by_cb_seller)fulfilled_by_shopee = SBS orderfulfilled_by_cb_seller = SLS order
