来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 Changes to OpenAPI for Sellers with "Fulfilled by Shopee"
Changes to OpenAPI for Sellers with "Fulfilled by Shopee"
- Workflows through Seller Center
- Workflows via OpenAPIIdentification of active sellers for "Fulfilled by Shopee"Inventory and Warehouse Management for "Fulfilled by Shopee"Identification of orders under "Fulfilled by Shopee"
- Workflow changes for "Fulfilled by Shopee" orders
- Submission of Tax Data
- FAQ
§2 Workflows through Seller Center
Workflows through Seller Center
- Registration: The onboarding process for "Fulfilled by Sahopee" starts with granting sellers access to the new functionality. Sellers need to fill out certain information, which is sent for review by the Shopee team.
- Product Nomination: Once approved, sellers can nominate items for "Fulfilled by Shopee." After further approval, these items can be scheduled for delivery to Shopee. Important: In this process, all tax-related data for the items must be completed; otherwise, the items will not be approved.
- Delivery to Shopee: Schedule the delivery of nominated items to Shopee.
- Inventory: Monitor the inflow and outflow of items in Shopee warehouses.
- Sales Tracking: Track sales from "Fulfilled by Shopee."
- Warehouse Withdrawal: Indicate which products should be removed from Shopee’s warehouse.
- Download Reports: Monitor and download financial reports and documents generated by "Fulfilled by Shopee."
§3 Workflows via OpenAPI
Workflows via OpenAPI
§4 1 - Identification of Active Sellers for "Fulfilled by Shopee" When a seller is active in Fulfilled by Shopee, the API v2.shop.get_shop_info will return the parameter shop_fulfillment_flag with the value "PFF - FBS Shopee."
1 - Identification of Active Sellers for "Fulfilled by Shopee" When a seller is active in Fulfilled by Shopee, the API v2.shop.get_shop_info will return the parameter shop_fulfillment_flag with the value "PFF - FBS Shopee."
§5 2 - Inventory and Warehouse Management for "Fulfilled by Shopee" Once the seller’s products arrive at Shopee, the parameter shopee_stock will appear in the API v2.product.get_item_base_info. This includes:
2 - Inventory and Warehouse Management for "Fulfilled by Shopee" Once the seller’s products arrive at Shopee, the parameter shopee_stock will appear in the API v2.product.get_item_base_info. This includes:
- location_id: Reference to the warehouse location.
- stock: Quantity of stock available.
- if_saleable: Indicates if the warehouse stock is ready for sale. For example:
{
"shopee_stock": {
"location_id": 12345,
"stock": 100,
"if_saleable": true
}
}
Important: The shopee_stock parameter is for query purposes only and cannot be modified via API.
§6 3 - Identification of Orders under "Fulfilled by Shopee" Orders associated with Fulfilled by Shopee can be identified by the fulfillment_flag parameter in the response_optional_fields of the API v2.order.get_order_detail. Possible values include:
3 - Identification of Orders under "Fulfilled by Shopee" Orders associated with Fulfilled by Shopee can be identified by the fulfillment_flag parameter in the response_optional_fields of the API v2.order.get_order_detail. Possible values include:
- fulfilled_by_local_seller: The standard order process continues.
- fulfilled_by_shopee: Shopee handles invoices, stock control, and logistics entirely.
Additionally, a new filtering option has been added to the API v2.order.get_order_list using the logistic_channel_id parameter. For Fulfilled by Shopee, the logistic_id is 91007.
§7 Workflow Changes for "Fulfilled by Shopee" Orders
Workflow Changes for "Fulfilled by Shopee" Orders
- All invoices and documents for "Fulfilled by Shopee" orders will be issued by Shopee and can be downloaded from Seller Center.
- Shopee will automatically handle shipping arrangements, label generation, and the entire logistics process without seller involvement.
- ERP/HUB systems must identify orders under Fulfilled by Shopee to avoid deducting inventory from the seller's incorrect stock.
§8 Uploading of Tax Data via OpenAPI
Uploading of Tax Data via OpenAPI
Tax data is not mandatory for all items, and the creation of items via OpenAPI is not blocked due to the absence of tax data. However, since the "Fulfilled by Shopee" process relies on Seller Center, items without tax data cannot be nominated.
To support sellers, ERPs/HUBs are encouraged to integrate automatic tax data submission to Shopee, even for items not yet added to Fulfilled by Shopee. This will streamline the nomination process, avoiding the need for manual input via Seller Center.
Tax data can be submitted through the API v2.product.add_item using the tax_info parameter.
§9 FAQ
FAQ
- Can documents and invoices be downloaded via OpenAPI for Fulfilled by Shopee? A: No, currently, invoices and documents can only be downloaded via Seller Center.
For further questions, please contact us through the Ticket Platform.
