postsale shipping-rules
List, create, update, and delete the rules that build shipments automatically.
Shipping rules management.
Subcommands
| Command | Safety |
|---|---|
list | read |
create | write |
update <id> | write |
delete <id> | destructive - --yes |
bash
postsale shipping-rules list
postsale shipping-rules create --input rule.json
postsale shipping-rules delete <id> --yesSchema
shipping-rules.list, create, update, delete
Agent tools
list_shipping_rules, create_shipping_rule, update_shipping_rule, delete_shipping_rule
On this page
Related