List shipments
documentedList shipments.
GET /rest/{store_code}/V1/shipmentsSalesno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://{{MAGENTO_BASE_URL}}/rest/{{store_code}}/V1/shipment/shipments?searchCriteria[currentPage]={{$page}}&searchCriteria[pageSize]={{$limit}}&searchCriteria[filter_groups][0][filters][0][field]=order_id&searchCriteria[filter_groups][0][filters][0][value]={{$order_id}}&searchCriteria[filter_groups][0][filters][0][condition_type]=eq" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}"