Sign in

List order items

documented

List order items.

GET /3dCartWebAPI/v1/OrderItemsOrdersno 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://apirest.3dcart.com/3dCartWebAPI/v1/Orders/{{$orderid}}/Items?limit={{$limit}}&offset={{$offset}}" \
  -X GET \
  -H "Content-Type: application/json" \
  -H "Accept: application/json" \
  -H "SecureURL: {{$secure_url}}" \
  -H "PrivateKey: {{$private_key}}" \
  -H "Token: {{$token}}"
List order items · Shift4Shop · OpenIntegrations