Mark_as_ship
Mark order as shipped with tracking number to update status to complete.
Instructions
Update order status to Complete by Mark shipment status as shipped and add tracking number
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 |