Seller mark shipped
seller_mark_shippedMark an order as shipped with a tracking number. Idempotent on (order_id, tracking_number) — same pair is a no-op success. Enqueues carrier polling automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| carrier | Yes | Carrier handling the shipment. | |
| order_id | Yes | UUID of the paid order to mark as shipped. | |
| label_url | No | URL of the shipping label, if available. | |
| tracking_number | Yes | Carrier tracking number. Idempotent: repeating the same order + number is a no-op success. |