关于 订单 ​
访问范围
需要多个访问范围—请参阅每个端点以了解访问范围要求。
需要访问受保护的客户数据。
订单管理是 Genstore 交易系统的核心组成部分,它实现了从订单创建到完成的全生命周期管理。通过标准化的订单处理流程,为商家提供高效可靠的订单管理能力,确保交易安全和业务连续性。
核心功能
- 订单基础操作:创建订单、修改订单、取消订单、删除订单。
- 订单状态管理:确认订单、关闭订单、重新打开订单。
- 订单信息查询:查询订单详情、查询订单列表、统计订单数量。
应用场景
- 全渠道订单运营:商家可统一管理各渠道订单,实现多渠道订单的集中处理和状态同步,提升订单处理效率。
- 订单履约管理:运营团队可实时掌握订单状态、分配处理任务、跟进异常订单,确保订单及时交付和客户满意度。
- 交易数据分析:数据分析团队可获取订单全量数据,进行交易趋势分析、客户行为洞察,为业务决策提供数据支持。
- 客服工单协同:客服团队可快速查询订单详情、处理售后请求、记录服务过程,提供专业的客户服务体验。
接口
EVENT orders/update: 订单更新
EVENT orders/create: 订单创建
EVENT orders/paid: 订单支付
EVENT orders/fulfilled: 订单履约
EVENT orders/cancelled: 订单取消
EVENT orders/partiallyFulfilled: 订单部分履约
订单 对象 ​
订单业务域对象。
属性 ​
{
"order": {
"note": "Please deliver after 6 PM",
"sourceIdentifier": "WEB123456",
"shopCurrency": "USD",
"totalPrice": "110.25",
"totalDiscounts": "10.25",
"paymentGatewayNames": [
"PayPal",
"Credit Card"
],
"type": "1",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"closedTime": "2023-05-20T14:45:30Z",
"fulfillmentStatus": "fulfilled",
"paymentType": "online",
"refunds": [
{
"totalRefundShippingPrice": "5.99",
"totalRefundPrice": "29.99",
"refundLineItems": [
{
"totalTax": "1.50",
"quantity": "1",
"lineItem": {
"quantity": "2",
"productId": "123456",
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "12",
"fulfillmentStatus": "fulfilled",
"requiresShipping": "true",
"price": "29.99",
"locationId": "1",
"alreadyRightsNum": "1",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"id": "",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1"
},
"lineItemId": "789",
"subtotal": "19.99",
"rightsReason": "Description of Other Reasons",
"id": "201",
"rightsReasonType": "1"
}
],
"refundId": "12345",
"processedTime": "2023-05-20T10:00:00Z",
"status": "1"
}
],
"totalTaxSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"marketId": "6016749228698",
"lineItems": [
{
"priceSet": {
"shopMoney": {
"amount": "29.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "29.99",
"currencyCode": "USD"
}
},
"variantTitle": "Red",
"discountAllocations": {
"amount": "2.50",
"discountApplicationIndex": "1",
"amountSet": {
"shopMoney": {
"amount": "2.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "2.50",
"currencyCode": "USD"
}
}
},
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "3",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"fulfillmentStatus": "fulfilled",
"price": "29.99",
"locationId": "456",
"alreadyRightsNum": "1",
"id": "987654",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1",
"quantity": "2",
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"code": "EXPRESS",
"discountedPrice": "7.99",
"price": "9.99",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"productId": "123456",
"requiresShipping": "true",
"giftCard": "false",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"totalDiscountSet": {
"shopMoney": {
"amount": "5.00",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "5.00",
"currencyCode": "USD"
}
}
}
],
"totalTax": "8.50",
"fulfillments": [
{
"lineItems": [
{
"fulfillmentOrderId": "456",
"quantity": "2",
"productId": "1001",
"lineItemId": "789",
"id": "101",
"shopId": "123",
"variantId": "2002"
}
],
"updatedTime": "2023-05-15T14:20:00Z",
"orderId": "54321",
"fulfillTime": "2023-05-15T14:20:00Z",
"createdTime": "2023-05-15T10:30:00Z",
"fulfillId": "98765",
"status": "success"
}
],
"convertRate": "1.25",
"totalPriceSet": {
"shopMoney": {
"amount": "110.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "110.25",
"currencyCode": "USD"
}
},
"createdTime": "2023-05-10T09:15:00Z",
"currency": "USD",
"totalDiscountsSet": {
"shopMoney": {
"amount": "10.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "10.25",
"currencyCode": "USD"
}
},
"id": "54321",
"cancelReason": "customer",
"subtotalPrice": "85.50",
"email": "customer@example.com",
"paymentTerms": [
{
"amount": "100.00",
"paymentTermsName": "分期付款",
"paymentId": "1",
"channelTrxNo": "TRX123456",
"currency": "CNY"
}
],
"subtotalPriceSet": {
"shopMoney": {
"amount": "85.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "85.50",
"currencyCode": "USD"
}
},
"app": "shopify",
"updatedTime": "2023-05-15T16:30:00Z",
"discountCodes": [
{
"amount": "25.00",
"code": "SUMMER20",
"type": "1"
}
],
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountedPrice": "7.99",
"price": "9.99",
"id": "456",
"source": "shopify",
"title": "Express Shipping",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"totalShippingPriceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountApplications": [
{
"code": "SAVE20",
"targetType": "lineItem",
"id": "da_12345",
"title": "Summer Sale",
"value": "15"
}
],
"totalShippingPrice": "9.99",
"paidTime": "2023-05-15T10:30:00Z",
"userId": "12345",
"i18n": "{"language":"en", "country":"US"}",
"tags": "urgent, gift",
"processedTime": "2023-05-15T14:30:00Z",
"phone": "+1234567890",
"cancelledTime": "2023-05-15T10:30:00Z",
"financialStatus": "paid",
"totalWeight": "500",
"shippingAddress": {
"zip": "10001",
"country": "USA",
"lastName": "Smith",
"address2": "Apt 3B",
"city": "New York",
"address1": "456 Oak Street",
"provinceCode": "CA",
"latitude": "40.7128",
"firstName": "John",
"province": "California",
"phone": "+1234567890",
"countryCode": "US",
"name": "John Smith",
"company": "XYZ Corporation",
"longitude": "-74.0060"
},
"billingAddress": {
"zip": "T0E 0M0",
"country": "Canada",
"lastName": "Gorski",
"address2": "Apartment 5",
"city": "Drayton Valley",
"address1": "2259 Park Ct",
"provinceCode": "AB",
"latitude": "45.41634",
"firstName": "Christopher",
"province": "Alberta",
"phone": "(555)555-5555",
"countryCode": "CA",
"name": "Christopher Gorski",
"company": "ABC Company",
"longitude": "-75.6868"
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"customer": {
"updatedTime": "2023-05-12T16:45:20Z",
"lastName": "Smith",
"note": "VIP customer with multiple purchases",
"addresses": [
{
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"company": "Weimob",
"countryName": "China"
}
],
"taxExempt": "false",
"totalSpent": "542.75",
"taxExemptions": [
"VAT_EXEMPT"
],
"tags": "loyal,repeat-customer",
"firstName": "John",
"ordersCount": "100",
"phone": "+1234567890",
"createdTime": "2023-01-15T10:30:00Z",
"id": "12345",
"email": "customer@example.com",
"verifiedEmail": "true",
"defaultAddress": {
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"customerId": "123456",
"company": "Weimob",
"countryName": "China",
"id": "123456"
}
}
}
}
EVENT 订单更新 ​
通知订单更新。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/update
消息数据
{
"order": {
"note": "Please deliver after 6 PM",
"sourceIdentifier": "WEB123456",
"shopCurrency": "USD",
"totalPrice": "110.25",
"totalDiscounts": "10.25",
"paymentGatewayNames": [
"PayPal",
"Credit Card"
],
"type": "1",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"closedTime": "2023-05-20T14:45:30Z",
"fulfillmentStatus": "fulfilled",
"paymentType": "online",
"refunds": [
{
"totalRefundShippingPrice": "5.99",
"totalRefundPrice": "29.99",
"refundLineItems": [
{
"totalTax": "1.50",
"quantity": "1",
"lineItem": {
"quantity": "2",
"productId": "123456",
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "12",
"fulfillmentStatus": "fulfilled",
"requiresShipping": "true",
"price": "29.99",
"locationId": "1",
"alreadyRightsNum": "1",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"id": "",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1"
},
"lineItemId": "789",
"subtotal": "19.99",
"rightsReason": "Description of Other Reasons",
"id": "201",
"rightsReasonType": "1"
}
],
"refundId": "12345",
"processedTime": "2023-05-20T10:00:00Z",
"status": "1"
}
],
"totalTaxSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"marketId": "6016749228698",
"lineItems": [
{
"priceSet": {
"shopMoney": {
"amount": "29.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "29.99",
"currencyCode": "USD"
}
},
"variantTitle": "Red",
"discountAllocations": {
"amount": "2.50",
"discountApplicationIndex": "1",
"amountSet": {
"shopMoney": {
"amount": "2.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "2.50",
"currencyCode": "USD"
}
}
},
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "3",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"fulfillmentStatus": "fulfilled",
"price": "29.99",
"locationId": "456",
"alreadyRightsNum": "1",
"id": "987654",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1",
"quantity": "2",
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"code": "EXPRESS",
"discountedPrice": "7.99",
"price": "9.99",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"productId": "123456",
"requiresShipping": "true",
"giftCard": "false",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"totalDiscountSet": {
"shopMoney": {
"amount": "5.00",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "5.00",
"currencyCode": "USD"
}
}
}
],
"totalTax": "8.50",
"fulfillments": [
{
"lineItems": [
{
"fulfillmentOrderId": "456",
"quantity": "2",
"productId": "1001",
"lineItemId": "789",
"id": "101",
"shopId": "123",
"variantId": "2002"
}
],
"updatedTime": "2023-05-15T14:20:00Z",
"orderId": "54321",
"fulfillTime": "2023-05-15T14:20:00Z",
"createdTime": "2023-05-15T10:30:00Z",
"fulfillId": "98765",
"status": "success"
}
],
"convertRate": "1.25",
"totalPriceSet": {
"shopMoney": {
"amount": "110.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "110.25",
"currencyCode": "USD"
}
},
"createdTime": "2023-05-10T09:15:00Z",
"currency": "USD",
"totalDiscountsSet": {
"shopMoney": {
"amount": "10.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "10.25",
"currencyCode": "USD"
}
},
"id": "54321",
"cancelReason": "customer",
"subtotalPrice": "85.50",
"email": "customer@example.com",
"paymentTerms": [
{
"amount": "100.00",
"paymentTermsName": "分期付款",
"paymentId": "1",
"channelTrxNo": "TRX123456",
"currency": "CNY"
}
],
"subtotalPriceSet": {
"shopMoney": {
"amount": "85.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "85.50",
"currencyCode": "USD"
}
},
"app": "shopify",
"updatedTime": "2023-05-15T16:30:00Z",
"discountCodes": [
{
"amount": "25.00",
"code": "SUMMER20",
"type": "1"
}
],
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountedPrice": "7.99",
"price": "9.99",
"id": "456",
"source": "shopify",
"title": "Express Shipping",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"totalShippingPriceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountApplications": [
{
"code": "SAVE20",
"targetType": "lineItem",
"id": "da_12345",
"title": "Summer Sale",
"value": "15"
}
],
"totalShippingPrice": "9.99",
"paidTime": "2023-05-15T10:30:00Z",
"userId": "12345",
"i18n": "{\"language\":\"en\", \"country\":\"US\"}",
"tags": "urgent, gift",
"processedTime": "2023-05-15T14:30:00Z",
"phone": "+1234567890",
"cancelledTime": "2023-05-15T10:30:00Z",
"financialStatus": "paid",
"totalWeight": "500",
"shippingAddress": {
"zip": "10001",
"country": "USA",
"lastName": "Smith",
"address2": "Apt 3B",
"city": "New York",
"address1": "456 Oak Street",
"provinceCode": "CA",
"latitude": "40.7128",
"firstName": "John",
"province": "California",
"phone": "+1234567890",
"countryCode": "US",
"name": "John Smith",
"company": "XYZ Corporation",
"longitude": "-74.0060"
},
"billingAddress": {
"zip": "T0E 0M0",
"country": "Canada",
"lastName": "Gorski",
"address2": "Apartment 5",
"city": "Drayton Valley",
"address1": "2259 Park Ct",
"provinceCode": "AB",
"latitude": "45.41634",
"firstName": "Christopher",
"province": "Alberta",
"phone": "(555)555-5555",
"countryCode": "CA",
"name": "Christopher Gorski",
"company": "ABC Company",
"longitude": "-75.6868"
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"customer": {
"updatedTime": "2023-05-12T16:45:20Z",
"lastName": "Smith",
"note": "VIP customer with multiple purchases",
"addresses": [
{
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"company": "Weimob",
"countryName": "China"
}
],
"taxExempt": "false",
"totalSpent": "542.75",
"taxExemptions": [
"VAT_EXEMPT"
],
"tags": "loyal,repeat-customer",
"firstName": "John",
"ordersCount": "100",
"phone": "+1234567890",
"createdTime": "2023-01-15T10:30:00Z",
"id": "12345",
"email": "customer@example.com",
"verifiedEmail": "true",
"defaultAddress": {
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"customerId": "123456",
"company": "Weimob",
"countryName": "China",
"id": "123456"
}
}
}
}
EVENT 订单创建 ​
通知订单创建。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/create
消息数据
{
"order": {
"note": "Please deliver after 6 PM",
"sourceIdentifier": "WEB123456",
"shopCurrency": "USD",
"totalPrice": "110.25",
"totalDiscounts": "10.25",
"paymentGatewayNames": [
"PayPal",
"Credit Card"
],
"type": "1",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"closedTime": "2023-05-20T14:45:30Z",
"fulfillmentStatus": "fulfilled",
"paymentType": "online",
"refunds": [
{
"totalRefundShippingPrice": "5.99",
"totalRefundPrice": "29.99",
"refundLineItems": [
{
"totalTax": "1.50",
"quantity": "1",
"lineItem": {
"quantity": "2",
"productId": "123456",
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "12",
"fulfillmentStatus": "fulfilled",
"requiresShipping": "true",
"price": "29.99",
"locationId": "1",
"alreadyRightsNum": "1",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"id": "",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1"
},
"lineItemId": "789",
"subtotal": "19.99",
"rightsReason": "Description of Other Reasons",
"id": "201",
"rightsReasonType": "1"
}
],
"refundId": "12345",
"processedTime": "2023-05-20T10:00:00Z",
"status": "1"
}
],
"totalTaxSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"marketId": "6016749228698",
"lineItems": [
{
"priceSet": {
"shopMoney": {
"amount": "29.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "29.99",
"currencyCode": "USD"
}
},
"variantTitle": "Red",
"discountAllocations": {
"amount": "2.50",
"discountApplicationIndex": "1",
"amountSet": {
"shopMoney": {
"amount": "2.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "2.50",
"currencyCode": "USD"
}
}
},
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "3",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"fulfillmentStatus": "fulfilled",
"price": "29.99",
"locationId": "456",
"alreadyRightsNum": "1",
"id": "987654",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1",
"quantity": "2",
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"code": "EXPRESS",
"discountedPrice": "7.99",
"price": "9.99",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"productId": "123456",
"requiresShipping": "true",
"giftCard": "false",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"totalDiscountSet": {
"shopMoney": {
"amount": "5.00",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "5.00",
"currencyCode": "USD"
}
}
}
],
"totalTax": "8.50",
"fulfillments": [
{
"lineItems": [
{
"fulfillmentOrderId": "456",
"quantity": "2",
"productId": "1001",
"lineItemId": "789",
"id": "101",
"shopId": "123",
"variantId": "2002"
}
],
"updatedTime": "2023-05-15T14:20:00Z",
"orderId": "54321",
"fulfillTime": "2023-05-15T14:20:00Z",
"createdTime": "2023-05-15T10:30:00Z",
"fulfillId": "98765",
"status": "success"
}
],
"convertRate": "1.25",
"totalPriceSet": {
"shopMoney": {
"amount": "110.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "110.25",
"currencyCode": "USD"
}
},
"createdTime": "2023-05-10T09:15:00Z",
"currency": "USD",
"totalDiscountsSet": {
"shopMoney": {
"amount": "10.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "10.25",
"currencyCode": "USD"
}
},
"id": "54321",
"cancelReason": "customer",
"subtotalPrice": "85.50",
"email": "customer@example.com",
"paymentTerms": [
{
"amount": "100.00",
"paymentTermsName": "分期付款",
"paymentId": "1",
"channelTrxNo": "TRX123456",
"currency": "CNY"
}
],
"subtotalPriceSet": {
"shopMoney": {
"amount": "85.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "85.50",
"currencyCode": "USD"
}
},
"app": "shopify",
"updatedTime": "2023-05-15T16:30:00Z",
"discountCodes": [
{
"amount": "25.00",
"code": "SUMMER20",
"type": "1"
}
],
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountedPrice": "7.99",
"price": "9.99",
"id": "456",
"source": "shopify",
"title": "Express Shipping",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"totalShippingPriceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountApplications": [
{
"code": "SAVE20",
"targetType": "lineItem",
"id": "da_12345",
"title": "Summer Sale",
"value": "15"
}
],
"totalShippingPrice": "9.99",
"paidTime": "2023-05-15T10:30:00Z",
"userId": "12345",
"i18n": "{\"language\":\"en\", \"country\":\"US\"}",
"tags": "urgent, gift",
"processedTime": "2023-05-15T14:30:00Z",
"phone": "+1234567890",
"cancelledTime": "2023-05-15T10:30:00Z",
"financialStatus": "paid",
"totalWeight": "500",
"shippingAddress": {
"zip": "10001",
"country": "USA",
"lastName": "Smith",
"address2": "Apt 3B",
"city": "New York",
"address1": "456 Oak Street",
"provinceCode": "CA",
"latitude": "40.7128",
"firstName": "John",
"province": "California",
"phone": "+1234567890",
"countryCode": "US",
"name": "John Smith",
"company": "XYZ Corporation",
"longitude": "-74.0060"
},
"billingAddress": {
"zip": "T0E 0M0",
"country": "Canada",
"lastName": "Gorski",
"address2": "Apartment 5",
"city": "Drayton Valley",
"address1": "2259 Park Ct",
"provinceCode": "AB",
"latitude": "45.41634",
"firstName": "Christopher",
"province": "Alberta",
"phone": "(555)555-5555",
"countryCode": "CA",
"name": "Christopher Gorski",
"company": "ABC Company",
"longitude": "-75.6868"
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"customer": {
"updatedTime": "2023-05-12T16:45:20Z",
"lastName": "Smith",
"note": "VIP customer with multiple purchases",
"addresses": [
{
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"company": "Weimob",
"countryName": "China"
}
],
"taxExempt": "false",
"totalSpent": "542.75",
"taxExemptions": [
"VAT_EXEMPT"
],
"tags": "loyal,repeat-customer",
"firstName": "John",
"ordersCount": "100",
"phone": "+1234567890",
"createdTime": "2023-01-15T10:30:00Z",
"id": "12345",
"email": "customer@example.com",
"verifiedEmail": "true",
"defaultAddress": {
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"customerId": "123456",
"company": "Weimob",
"countryName": "China",
"id": "123456"
}
}
}
}
EVENT 订单支付 ​
通知订单已支付。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/paid
消息数据
{
"order": {
"note": "Please deliver after 6 PM",
"sourceIdentifier": "WEB123456",
"shopCurrency": "USD",
"totalPrice": "110.25",
"totalDiscounts": "10.25",
"paymentGatewayNames": [
"PayPal",
"Credit Card"
],
"type": "1",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"closedTime": "2023-05-20T14:45:30Z",
"fulfillmentStatus": "fulfilled",
"paymentType": "online",
"refunds": [
{
"totalRefundShippingPrice": "5.99",
"totalRefundPrice": "29.99",
"refundLineItems": [
{
"totalTax": "1.50",
"quantity": "1",
"lineItem": {
"quantity": "2",
"productId": "123456",
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "12",
"fulfillmentStatus": "fulfilled",
"requiresShipping": "true",
"price": "29.99",
"locationId": "1",
"alreadyRightsNum": "1",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"id": "",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1"
},
"lineItemId": "789",
"subtotal": "19.99",
"rightsReason": "Description of Other Reasons",
"id": "201",
"rightsReasonType": "1"
}
],
"refundId": "12345",
"processedTime": "2023-05-20T10:00:00Z",
"status": "1"
}
],
"totalTaxSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"marketId": "6016749228698",
"lineItems": [
{
"priceSet": {
"shopMoney": {
"amount": "29.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "29.99",
"currencyCode": "USD"
}
},
"variantTitle": "Red",
"discountAllocations": {
"amount": "2.50",
"discountApplicationIndex": "1",
"amountSet": {
"shopMoney": {
"amount": "2.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "2.50",
"currencyCode": "USD"
}
}
},
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "3",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"fulfillmentStatus": "fulfilled",
"price": "29.99",
"locationId": "456",
"alreadyRightsNum": "1",
"id": "987654",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1",
"quantity": "2",
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"code": "EXPRESS",
"discountedPrice": "7.99",
"price": "9.99",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"productId": "123456",
"requiresShipping": "true",
"giftCard": "false",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"totalDiscountSet": {
"shopMoney": {
"amount": "5.00",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "5.00",
"currencyCode": "USD"
}
}
}
],
"totalTax": "8.50",
"fulfillments": [
{
"lineItems": [
{
"fulfillmentOrderId": "456",
"quantity": "2",
"productId": "1001",
"lineItemId": "789",
"id": "101",
"shopId": "123",
"variantId": "2002"
}
],
"updatedTime": "2023-05-15T14:20:00Z",
"orderId": "54321",
"fulfillTime": "2023-05-15T14:20:00Z",
"createdTime": "2023-05-15T10:30:00Z",
"fulfillId": "98765",
"status": "success"
}
],
"convertRate": "1.25",
"totalPriceSet": {
"shopMoney": {
"amount": "110.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "110.25",
"currencyCode": "USD"
}
},
"createdTime": "2023-05-10T09:15:00Z",
"currency": "USD",
"totalDiscountsSet": {
"shopMoney": {
"amount": "10.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "10.25",
"currencyCode": "USD"
}
},
"id": "54321",
"cancelReason": "customer",
"subtotalPrice": "85.50",
"email": "customer@example.com",
"paymentTerms": [
{
"amount": "100.00",
"paymentTermsName": "分期付款",
"paymentId": "1",
"channelTrxNo": "TRX123456",
"currency": "CNY"
}
],
"subtotalPriceSet": {
"shopMoney": {
"amount": "85.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "85.50",
"currencyCode": "USD"
}
},
"app": "shopify",
"updatedTime": "2023-05-15T16:30:00Z",
"discountCodes": [
{
"amount": "25.00",
"code": "SUMMER20",
"type": "1"
}
],
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountedPrice": "7.99",
"price": "9.99",
"id": "456",
"source": "shopify",
"title": "Express Shipping",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"totalShippingPriceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountApplications": [
{
"code": "SAVE20",
"targetType": "lineItem",
"id": "da_12345",
"title": "Summer Sale",
"value": "15"
}
],
"totalShippingPrice": "9.99",
"paidTime": "2023-05-15T10:30:00Z",
"userId": "12345",
"i18n": "{\"language\":\"en\", \"country\":\"US\"}",
"tags": "urgent, gift",
"processedTime": "2023-05-15T14:30:00Z",
"phone": "+1234567890",
"cancelledTime": "2023-05-15T10:30:00Z",
"financialStatus": "paid",
"totalWeight": "500",
"shippingAddress": {
"zip": "10001",
"country": "USA",
"lastName": "Smith",
"address2": "Apt 3B",
"city": "New York",
"address1": "456 Oak Street",
"provinceCode": "CA",
"latitude": "40.7128",
"firstName": "John",
"province": "California",
"phone": "+1234567890",
"countryCode": "US",
"name": "John Smith",
"company": "XYZ Corporation",
"longitude": "-74.0060"
},
"billingAddress": {
"zip": "T0E 0M0",
"country": "Canada",
"lastName": "Gorski",
"address2": "Apartment 5",
"city": "Drayton Valley",
"address1": "2259 Park Ct",
"provinceCode": "AB",
"latitude": "45.41634",
"firstName": "Christopher",
"province": "Alberta",
"phone": "(555)555-5555",
"countryCode": "CA",
"name": "Christopher Gorski",
"company": "ABC Company",
"longitude": "-75.6868"
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"customer": {
"updatedTime": "2023-05-12T16:45:20Z",
"lastName": "Smith",
"note": "VIP customer with multiple purchases",
"addresses": [
{
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"company": "Weimob",
"countryName": "China"
}
],
"taxExempt": "false",
"totalSpent": "542.75",
"taxExemptions": [
"VAT_EXEMPT"
],
"tags": "loyal,repeat-customer",
"firstName": "John",
"ordersCount": "100",
"phone": "+1234567890",
"createdTime": "2023-01-15T10:30:00Z",
"id": "12345",
"email": "customer@example.com",
"verifiedEmail": "true",
"defaultAddress": {
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"customerId": "123456",
"company": "Weimob",
"countryName": "China",
"id": "123456"
}
}
}
}
EVENT 订单履约 ​
通知订单已履约
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/fulfilled
消息数据
{
"order": {
"note": "Please deliver after 6 PM",
"sourceIdentifier": "WEB123456",
"shopCurrency": "USD",
"totalPrice": "110.25",
"totalDiscounts": "10.25",
"paymentGatewayNames": [
"PayPal",
"Credit Card"
],
"type": "1",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"closedTime": "2023-05-20T14:45:30Z",
"fulfillmentStatus": "fulfilled",
"paymentType": "online",
"refunds": [
{
"totalRefundShippingPrice": "5.99",
"totalRefundPrice": "29.99",
"refundLineItems": [
{
"totalTax": "1.50",
"quantity": "1",
"lineItem": {
"quantity": "2",
"productId": "123456",
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "12",
"fulfillmentStatus": "fulfilled",
"requiresShipping": "true",
"price": "29.99",
"locationId": "1",
"alreadyRightsNum": "1",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"id": "",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1"
},
"lineItemId": "789",
"subtotal": "19.99",
"rightsReason": "Description of Other Reasons",
"id": "201",
"rightsReasonType": "1"
}
],
"refundId": "12345",
"processedTime": "2023-05-20T10:00:00Z",
"status": "1"
}
],
"totalTaxSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"marketId": "6016749228698",
"lineItems": [
{
"priceSet": {
"shopMoney": {
"amount": "29.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "29.99",
"currencyCode": "USD"
}
},
"variantTitle": "Red",
"discountAllocations": {
"amount": "2.50",
"discountApplicationIndex": "1",
"amountSet": {
"shopMoney": {
"amount": "2.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "2.50",
"currencyCode": "USD"
}
}
},
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "3",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"fulfillmentStatus": "fulfilled",
"price": "29.99",
"locationId": "456",
"alreadyRightsNum": "1",
"id": "987654",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1",
"quantity": "2",
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"code": "EXPRESS",
"discountedPrice": "7.99",
"price": "9.99",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"productId": "123456",
"requiresShipping": "true",
"giftCard": "false",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"totalDiscountSet": {
"shopMoney": {
"amount": "5.00",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "5.00",
"currencyCode": "USD"
}
}
}
],
"totalTax": "8.50",
"fulfillments": [
{
"lineItems": [
{
"fulfillmentOrderId": "456",
"quantity": "2",
"productId": "1001",
"lineItemId": "789",
"id": "101",
"shopId": "123",
"variantId": "2002"
}
],
"updatedTime": "2023-05-15T14:20:00Z",
"orderId": "54321",
"fulfillTime": "2023-05-15T14:20:00Z",
"createdTime": "2023-05-15T10:30:00Z",
"fulfillId": "98765",
"status": "success"
}
],
"convertRate": "1.25",
"totalPriceSet": {
"shopMoney": {
"amount": "110.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "110.25",
"currencyCode": "USD"
}
},
"createdTime": "2023-05-10T09:15:00Z",
"currency": "USD",
"totalDiscountsSet": {
"shopMoney": {
"amount": "10.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "10.25",
"currencyCode": "USD"
}
},
"id": "54321",
"cancelReason": "customer",
"subtotalPrice": "85.50",
"email": "customer@example.com",
"paymentTerms": [
{
"amount": "100.00",
"paymentTermsName": "分期付款",
"paymentId": "1",
"channelTrxNo": "TRX123456",
"currency": "CNY"
}
],
"subtotalPriceSet": {
"shopMoney": {
"amount": "85.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "85.50",
"currencyCode": "USD"
}
},
"app": "shopify",
"updatedTime": "2023-05-15T16:30:00Z",
"discountCodes": [
{
"amount": "25.00",
"code": "SUMMER20",
"type": "1"
}
],
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountedPrice": "7.99",
"price": "9.99",
"id": "456",
"source": "shopify",
"title": "Express Shipping",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"totalShippingPriceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountApplications": [
{
"code": "SAVE20",
"targetType": "lineItem",
"id": "da_12345",
"title": "Summer Sale",
"value": "15"
}
],
"totalShippingPrice": "9.99",
"paidTime": "2023-05-15T10:30:00Z",
"userId": "12345",
"i18n": "{\"language\":\"en\", \"country\":\"US\"}",
"tags": "urgent, gift",
"processedTime": "2023-05-15T14:30:00Z",
"phone": "+1234567890",
"cancelledTime": "2023-05-15T10:30:00Z",
"financialStatus": "paid",
"totalWeight": "500",
"shippingAddress": {
"zip": "10001",
"country": "USA",
"lastName": "Smith",
"address2": "Apt 3B",
"city": "New York",
"address1": "456 Oak Street",
"provinceCode": "CA",
"latitude": "40.7128",
"firstName": "John",
"province": "California",
"phone": "+1234567890",
"countryCode": "US",
"name": "John Smith",
"company": "XYZ Corporation",
"longitude": "-74.0060"
},
"billingAddress": {
"zip": "T0E 0M0",
"country": "Canada",
"lastName": "Gorski",
"address2": "Apartment 5",
"city": "Drayton Valley",
"address1": "2259 Park Ct",
"provinceCode": "AB",
"latitude": "45.41634",
"firstName": "Christopher",
"province": "Alberta",
"phone": "(555)555-5555",
"countryCode": "CA",
"name": "Christopher Gorski",
"company": "ABC Company",
"longitude": "-75.6868"
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"customer": {
"updatedTime": "2023-05-12T16:45:20Z",
"lastName": "Smith",
"note": "VIP customer with multiple purchases",
"addresses": [
{
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"company": "Weimob",
"countryName": "China"
}
],
"taxExempt": "false",
"totalSpent": "542.75",
"taxExemptions": [
"VAT_EXEMPT"
],
"tags": "loyal,repeat-customer",
"firstName": "John",
"ordersCount": "100",
"phone": "+1234567890",
"createdTime": "2023-01-15T10:30:00Z",
"id": "12345",
"email": "customer@example.com",
"verifiedEmail": "true",
"defaultAddress": {
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"customerId": "123456",
"company": "Weimob",
"countryName": "China",
"id": "123456"
}
}
}
}
EVENT 订单取消 ​
此 Webhook 在订单被取消时触发,帮助您实时获取订单取消的信息,以便进行相应的操作或跟踪。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/cancelled
消息数据
{
"order": {
"note": "Please deliver after 6 PM",
"sourceIdentifier": "WEB123456",
"shopCurrency": "USD",
"totalPrice": "110.25",
"totalDiscounts": "10.25",
"paymentGatewayNames": [
"PayPal",
"Credit Card"
],
"type": "1",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"closedTime": "2023-05-20T14:45:30Z",
"fulfillmentStatus": "fulfilled",
"paymentType": "online",
"refunds": [
{
"totalRefundShippingPrice": "5.99",
"totalRefundPrice": "29.99",
"refundLineItems": [
{
"totalTax": "1.50",
"quantity": "1",
"lineItem": {
"quantity": "2",
"productId": "123456",
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "12",
"fulfillmentStatus": "fulfilled",
"requiresShipping": "true",
"price": "29.99",
"locationId": "1",
"alreadyRightsNum": "1",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"id": "",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1"
},
"lineItemId": "789",
"subtotal": "19.99",
"rightsReason": "Description of Other Reasons",
"id": "201",
"rightsReasonType": "1"
}
],
"refundId": "12345",
"processedTime": "2023-05-20T10:00:00Z",
"status": "1"
}
],
"totalTaxSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"marketId": "6016749228698",
"lineItems": [
{
"priceSet": {
"shopMoney": {
"amount": "29.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "29.99",
"currencyCode": "USD"
}
},
"variantTitle": "Red",
"discountAllocations": {
"amount": "2.50",
"discountApplicationIndex": "1",
"amountSet": {
"shopMoney": {
"amount": "2.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "2.50",
"currencyCode": "USD"
}
}
},
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "3",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"fulfillmentStatus": "fulfilled",
"price": "29.99",
"locationId": "456",
"alreadyRightsNum": "1",
"id": "987654",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1",
"quantity": "2",
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"code": "EXPRESS",
"discountedPrice": "7.99",
"price": "9.99",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"productId": "123456",
"requiresShipping": "true",
"giftCard": "false",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"totalDiscountSet": {
"shopMoney": {
"amount": "5.00",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "5.00",
"currencyCode": "USD"
}
}
}
],
"totalTax": "8.50",
"fulfillments": [
{
"lineItems": [
{
"fulfillmentOrderId": "456",
"quantity": "2",
"productId": "1001",
"lineItemId": "789",
"id": "101",
"shopId": "123",
"variantId": "2002"
}
],
"updatedTime": "2023-05-15T14:20:00Z",
"orderId": "54321",
"fulfillTime": "2023-05-15T14:20:00Z",
"createdTime": "2023-05-15T10:30:00Z",
"fulfillId": "98765",
"status": "success"
}
],
"convertRate": "1.25",
"totalPriceSet": {
"shopMoney": {
"amount": "110.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "110.25",
"currencyCode": "USD"
}
},
"createdTime": "2023-05-10T09:15:00Z",
"currency": "USD",
"totalDiscountsSet": {
"shopMoney": {
"amount": "10.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "10.25",
"currencyCode": "USD"
}
},
"id": "54321",
"cancelReason": "customer",
"subtotalPrice": "85.50",
"email": "customer@example.com",
"paymentTerms": [
{
"amount": "100.00",
"paymentTermsName": "分期付款",
"paymentId": "1",
"channelTrxNo": "TRX123456",
"currency": "CNY"
}
],
"subtotalPriceSet": {
"shopMoney": {
"amount": "85.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "85.50",
"currencyCode": "USD"
}
},
"app": "shopify",
"updatedTime": "2023-05-15T16:30:00Z",
"discountCodes": [
{
"amount": "25.00",
"code": "SUMMER20",
"type": "1"
}
],
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountedPrice": "7.99",
"price": "9.99",
"id": "456",
"source": "shopify",
"title": "Express Shipping",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"totalShippingPriceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountApplications": [
{
"code": "SAVE20",
"targetType": "lineItem",
"id": "da_12345",
"title": "Summer Sale",
"value": "15"
}
],
"totalShippingPrice": "9.99",
"paidTime": "2023-05-15T10:30:00Z",
"userId": "12345",
"i18n": "{\"language\":\"en\", \"country\":\"US\"}",
"tags": "urgent, gift",
"processedTime": "2023-05-15T14:30:00Z",
"phone": "+1234567890",
"cancelledTime": "2023-05-15T10:30:00Z",
"financialStatus": "paid",
"totalWeight": "500",
"shippingAddress": {
"zip": "10001",
"country": "USA",
"lastName": "Smith",
"address2": "Apt 3B",
"city": "New York",
"address1": "456 Oak Street",
"provinceCode": "CA",
"latitude": "40.7128",
"firstName": "John",
"province": "California",
"phone": "+1234567890",
"countryCode": "US",
"name": "John Smith",
"company": "XYZ Corporation",
"longitude": "-74.0060"
},
"billingAddress": {
"zip": "T0E 0M0",
"country": "Canada",
"lastName": "Gorski",
"address2": "Apartment 5",
"city": "Drayton Valley",
"address1": "2259 Park Ct",
"provinceCode": "AB",
"latitude": "45.41634",
"firstName": "Christopher",
"province": "Alberta",
"phone": "(555)555-5555",
"countryCode": "CA",
"name": "Christopher Gorski",
"company": "ABC Company",
"longitude": "-75.6868"
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"customer": {
"updatedTime": "2023-05-12T16:45:20Z",
"lastName": "Smith",
"note": "VIP customer with multiple purchases",
"addresses": [
{
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"company": "Weimob",
"countryName": "China"
}
],
"taxExempt": "false",
"totalSpent": "542.75",
"taxExemptions": [
"VAT_EXEMPT"
],
"tags": "loyal,repeat-customer",
"firstName": "John",
"ordersCount": "100",
"phone": "+1234567890",
"createdTime": "2023-01-15T10:30:00Z",
"id": "12345",
"email": "customer@example.com",
"verifiedEmail": "true",
"defaultAddress": {
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"customerId": "123456",
"company": "Weimob",
"countryName": "China",
"id": "123456"
}
}
}
}
EVENT 订单部分履约 ​
当订单被部分履行时触发事件.
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/partiallyFulfilled
消息数据
{
"order": {
"note": "Please deliver after 6 PM",
"sourceIdentifier": "WEB123456",
"shopCurrency": "USD",
"totalPrice": "110.25",
"totalDiscounts": "10.25",
"paymentGatewayNames": [
"PayPal",
"Credit Card"
],
"type": "1",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"closedTime": "2023-05-20T14:45:30Z",
"fulfillmentStatus": "fulfilled",
"paymentType": "online",
"refunds": [
{
"totalRefundShippingPrice": "5.99",
"totalRefundPrice": "29.99",
"refundLineItems": [
{
"totalTax": "1.50",
"quantity": "1",
"lineItem": {
"quantity": "2",
"productId": "123456",
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "12",
"fulfillmentStatus": "fulfilled",
"requiresShipping": "true",
"price": "29.99",
"locationId": "1",
"alreadyRightsNum": "1",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"id": "",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1"
},
"lineItemId": "789",
"subtotal": "19.99",
"rightsReason": "Description of Other Reasons",
"id": "201",
"rightsReasonType": "1"
}
],
"refundId": "12345",
"processedTime": "2023-05-20T10:00:00Z",
"status": "1"
}
],
"totalTaxSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"marketId": "6016749228698",
"lineItems": [
{
"priceSet": {
"shopMoney": {
"amount": "29.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "29.99",
"currencyCode": "USD"
}
},
"variantTitle": "Red",
"discountAllocations": {
"amount": "2.50",
"discountApplicationIndex": "1",
"amountSet": {
"shopMoney": {
"amount": "2.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "2.50",
"currencyCode": "USD"
}
}
},
"refundableQuantity": "1",
"title": "Wireless Headphones",
"fulfillableQuantity": "3",
"extendedFields": {
"value": "extendedFieldValue1",
"key": "extendedFieldKey1"
},
"fulfillmentStatus": "fulfilled",
"price": "29.99",
"locationId": "456",
"alreadyRightsNum": "1",
"id": "987654",
"variantId": "789012",
"grams": "250",
"sku": "ABC123-X",
"currentQuantity": "1",
"quantity": "2",
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"code": "EXPRESS",
"discountedPrice": "7.99",
"price": "9.99",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"productId": "123456",
"requiresShipping": "true",
"giftCard": "false",
"alreadyFulfillNum": "2",
"totalDiscount": "3.50",
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"totalDiscountSet": {
"shopMoney": {
"amount": "5.00",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "5.00",
"currencyCode": "USD"
}
}
}
],
"totalTax": "8.50",
"fulfillments": [
{
"lineItems": [
{
"fulfillmentOrderId": "456",
"quantity": "2",
"productId": "1001",
"lineItemId": "789",
"id": "101",
"shopId": "123",
"variantId": "2002"
}
],
"updatedTime": "2023-05-15T14:20:00Z",
"orderId": "54321",
"fulfillTime": "2023-05-15T14:20:00Z",
"createdTime": "2023-05-15T10:30:00Z",
"fulfillId": "98765",
"status": "success"
}
],
"convertRate": "1.25",
"totalPriceSet": {
"shopMoney": {
"amount": "110.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "110.25",
"currencyCode": "USD"
}
},
"createdTime": "2023-05-10T09:15:00Z",
"currency": "USD",
"totalDiscountsSet": {
"shopMoney": {
"amount": "10.25",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "10.25",
"currencyCode": "USD"
}
},
"id": "54321",
"cancelReason": "customer",
"subtotalPrice": "85.50",
"email": "customer@example.com",
"paymentTerms": [
{
"amount": "100.00",
"paymentTermsName": "分期付款",
"paymentId": "1",
"channelTrxNo": "TRX123456",
"currency": "CNY"
}
],
"subtotalPriceSet": {
"shopMoney": {
"amount": "85.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "85.50",
"currencyCode": "USD"
}
},
"app": "shopify",
"updatedTime": "2023-05-15T16:30:00Z",
"discountCodes": [
{
"amount": "25.00",
"code": "SUMMER20",
"type": "1"
}
],
"shippingLines": [
{
"priceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountedPrice": "7.99",
"price": "9.99",
"id": "456",
"source": "shopify",
"title": "Express Shipping",
"discountedPriceSet": {
"shopMoney": {
"amount": "7.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "7.99",
"currencyCode": "USD"
}
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
]
}
],
"totalShippingPriceSet": {
"shopMoney": {
"amount": "9.99",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "9.99",
"currencyCode": "USD"
}
},
"discountApplications": [
{
"code": "SAVE20",
"targetType": "lineItem",
"id": "da_12345",
"title": "Summer Sale",
"value": "15"
}
],
"totalShippingPrice": "9.99",
"paidTime": "2023-05-15T10:30:00Z",
"userId": "12345",
"i18n": "{\"language\":\"en\", \"country\":\"US\"}",
"tags": "urgent, gift",
"processedTime": "2023-05-15T14:30:00Z",
"phone": "+1234567890",
"cancelledTime": "2023-05-15T10:30:00Z",
"financialStatus": "paid",
"totalWeight": "500",
"shippingAddress": {
"zip": "10001",
"country": "USA",
"lastName": "Smith",
"address2": "Apt 3B",
"city": "New York",
"address1": "456 Oak Street",
"provinceCode": "CA",
"latitude": "40.7128",
"firstName": "John",
"province": "California",
"phone": "+1234567890",
"countryCode": "US",
"name": "John Smith",
"company": "XYZ Corporation",
"longitude": "-74.0060"
},
"billingAddress": {
"zip": "T0E 0M0",
"country": "Canada",
"lastName": "Gorski",
"address2": "Apartment 5",
"city": "Drayton Valley",
"address1": "2259 Park Ct",
"provinceCode": "AB",
"latitude": "45.41634",
"firstName": "Christopher",
"province": "Alberta",
"phone": "(555)555-5555",
"countryCode": "CA",
"name": "Christopher Gorski",
"company": "ABC Company",
"longitude": "-75.6868"
},
"taxLines": [
{
"priceSet": {
"shopMoney": {
"amount": "8.50",
"currencyCode": "USD"
},
"presentmentMoney": {
"amount": "8.50",
"currencyCode": "USD"
}
},
"rate": "10",
"price": "8.50",
"title": "VAT"
}
],
"customer": {
"updatedTime": "2023-05-12T16:45:20Z",
"lastName": "Smith",
"note": "VIP customer with multiple purchases",
"addresses": [
{
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"company": "Weimob",
"countryName": "China"
}
],
"taxExempt": "false",
"totalSpent": "542.75",
"taxExemptions": [
"VAT_EXEMPT"
],
"tags": "loyal,repeat-customer",
"firstName": "John",
"ordersCount": "100",
"phone": "+1234567890",
"createdTime": "2023-01-15T10:30:00Z",
"id": "12345",
"email": "customer@example.com",
"verifiedEmail": "true",
"defaultAddress": {
"zip": "200000",
"country": "China",
"lastName": "Doe",
"address2": "Block A",
"city": "Shanghai",
"address1": "No.1 Road",
"provinceCode": "SH",
"firstName": "John",
"isDefault": "true",
"province": "Shanghai",
"phone": "13800138000",
"countryCode": "CN",
"customerId": "123456",
"company": "Weimob",
"countryName": "China",
"id": "123456"
}
}
}
}
关于 订单
访问范围
需要多个访问范围—请参阅每个端点以了解访问范围要求。
需要访问受保护的客户数据。
订单管理是 Genstore 交易系统的核心组成部分,它实现了从订单创建到完成的全生命周期管理。通过标准化的订单处理流程,为商家提供高效可靠的订单管理能力,确保交易安全和业务连续性。
核心功能
- 订单基础操作:创建订单、修改订单、取消订单、删除订单。
- 订单状态管理:确认订单、关闭订单、重新打开订单。
- 订单信息查询:查询订单详情、查询订单列表、统计订单数量。
应用场景
- 全渠道订单运营:商家可统一管理各渠道订单,实现多渠道订单的集中处理和状态同步,提升订单处理效率。
- 订单履约管理:运营团队可实时掌握订单状态、分配处理任务、跟进异常订单,确保订单及时交付和客户满意度。
- 交易数据分析:数据分析团队可获取订单全量数据,进行交易趋势分析、客户行为洞察,为业务决策提供数据支持。
- 客服工单协同:客服团队可快速查询订单详情、处理售后请求、记录服务过程,提供专业的客户服务体验。
订单 对象
订单业务域对象。
属性
EVENT 订单更新
通知订单更新。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/update
EVENT 订单创建
通知订单创建。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/create
EVENT 订单支付
通知订单已支付。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/paid
EVENT 订单履约
通知订单已履约
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/fulfilled
EVENT 订单取消
此 Webhook 在订单被取消时触发,帮助您实时获取订单取消的信息,以便进行相应的操作或跟踪。
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/cancelled
EVENT 订单部分履约
当订单被部分履行时触发事件.
访问范围
需要以下任意访问权限: read_orders write_orders
消息
EVENT orders/partiallyFulfilled