Sign in

Get cart

documented

Load a cart by portal and cart token.

GET /Ecommerce.svc/Carts/{eCommercePortal}/{CartToken}Commerceno implementation yet0 runs
No 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://integration.delivra.com/DelivraRESTServices/eCommerce.svc/Carts/{{$eCommercePortal}}/{{$CartToken}}\" \
  -X GET \
  -H \"username: {{DELIVRA_USERNAME}}\" \
  -H \"password: {{DELIVRA_PASSWORD}}\" \
  -H \"listname: {{DELIVRA_LISTNAME}}\" \
  -H \"Accept: application/json\"
Get cart · Delivra · OpenIntegrations