Get order
documentedLoad an order by portal and external order ID.
GET /Ecommerce.svc/Orders/{eCommercePortal}/{orderId}Commerceno 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://api.delivra.com/v1/Ecommerce.svc/Orders/{{$eCommercePortal}}/{{$orderId}}" \
-X GET \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \
-H "X-Delivra-ApiKey: {{DELIVRA_API_KEY}}" \
-H "X-Delivra-Secret: {{DELIVRA_SECRET}}"