stable本次发布有变化全部展示
来自 Shopee 官方资料快照 ·
- 当前资料结构化阅读页
- 固定快照已留存,可追溯
- 官方原文可核对
资料正文
§1 fbs_br_invoice_error_push
Get notified on FBS relevant failed invoice issuance. This includes Inbound Request, RTS Request, sales orders and move transfer orders. Only for the Brazil Fulfilled-by-Shopee (FBS) service.
§2 Overview
Overview
| Field | Value |
|---|---|
| Push code | 33 |
| Timeout (seconds) | 3 |
| Retry strategy (seconds) | 60, 300, 1800 |
| Guaranteed delivery | No |
§3 Push parameters
Push parameters
| Name | Type | Required | Sample | Description |
|---|---|---|---|---|
| code | int32 | 33 | Shopee's unique identifier for a push notification. | |
| timestamp | timestamp | Timestamp that indicates the message was sent. | ||
| shop_id | int64 | Shopee's unique identifier for a shop. Required param for most APIs. | ||
| data | object[] | Main Push message data | ||
| data.shop_id | int64 | Shopee's unique identifier for a shop. | ||
| data.biz_request_type | int32 | 1: Inbound; 2: Return From Warehouse; 3: Sales order invoice; 4: Move Transfer; 5:IA | ||
| data.biz_request_id | string | Return by default. The business FBS request order ID. | ||
| data.fail_reason | string | Invoice issuance failed reason. | ||
| data.fail_type | int32 | 1: sku tax info error; 2: seller tax info error | ||
| data.invoice_deadline_time | int64 | The expired time of this failed invoice. If expired, then this request order would be cancelled. | ||
| data.invoice_id | string | Invoice ID | ||
| data.shop_sku_list | object[] | |||
| data.shop_sku_list.shop_item_id | int64 | ID of item | ||
| data.shop_sku_list.shop_model_id | int64 | ID of model | ||
| data.shop_sku_list.shop_item_name | string | Name of item | ||
| data.shop_sku_list.shop_model_name | string | Name of model | ||
| data.shop_sku_list.shop_sku_id | string | itemID_modelID |
§4 Update log
Update log
| Date | Change |
|---|---|
| 2025-08-13 | New Push |
