Update_tracking_number
Update the shipping tracking number and URL for a shipped order to provide accurate delivery tracking.
Instructions
Update the shipping tracking number for the selected order that the shipment status is Shipped.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| orderNo | Yes | Order number | |
| trackingNumber | No | ||
| trackingUrl | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| checkoutAt | No | Checkouted date | |
| discountAmount | No | Total discount from the order price (excluding instant discounts applied to products) | |
| isGift | No | If product is set to 'Allow gift' or 'Gift only' will be returned 'true' | |
| lastUpdatedAt | No | Last updated date | |
| orderItems | No | ||
| orderNumber | No | Order number | |
| orderStatus | No | Order status | |
| paidAt | No | Paid date | |
| paymentMethod | No | Payment method | |
| paymentStatus | No | Payment status | |
| remarkBuyer | No | Note from buyer | |
| remarkRecipient | No | Remark recipient | |
| shipmentDetail | No | ||
| shipmentPrice | No | Total shipping fee | |
| shipmentStatus | No | Shipment status | |
| shippingAddress | No | ||
| subtotalPrice | No | Subtotal price after applying instant discount to order items | |
| totalPrice | No | Total order price (subtotalPrice + shipmentPrice - discountAmount) | |
| weight | No | Total weight |