Skip to content

See What Is Ready to Ship

See what the product considers ready to ship without guessing status names.

Updated September 3, 20261 min readPostsale CLI

Use this recipe at the start of a shipping session to see what the product considers ready to ship, without guessing status names. Everything here is a read.

Ask the agent

bash
postsale run "what should I ship? explain the applied filters and exclusions"

Or use the direct commands

bash
postsale orders work-queue --human
postsale carriers list
postsale origin-addresses list

Additional Reading