# Shipment API - Get Shipping Options

> Shipment API - Get Shipping Options is a paid API for AI agents from gateway.apiosk.com, paid per call via x402, $0.19/call, status unknown (last checked 2026-09-14).

Returns available shipping carrier options with prices and lead times for a given shipment route and weight

## Facts

- Endpoint: GET https://gateway.apiosk.com/shipment-api/shipments/options
- Price: $0.19/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/shipment-api-get-shipping-options-e3e24885
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_8k3YlzBK8ng30nrlOJBmS

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability shipment-api-get-shipping-options-e3e24885
```

Example prompt: What are all the available shipping options and carrier prices to send a 2.5kg parcel from the Netherlands to Germany, in EUR — and which one is cheapest?

## When to prefer this

Use this endpoint when you need to compare shipping carrier prices and methods for a specific origin-destination country pair and parcel weight, especially for European cross-border shipments. Prefer this over manual carrier website lookups when you want a unified comparison including DPD, PostNL, and DHL in a single call.

## Known failure modes

- Invalid or unsupported country codes return an error or empty options list
- Missing required weight or country parameters result in a 400-level error
- Unsupported weight unit or currency may cause no results or validation error
- No available carriers for the route returns count:0 with empty options array
- Service unavailability returns a 5xx error

## How this service works

Find ranked shipment options for a package using query-string parameters. Returns the cheapest and best-value carrier plus the full priced list. EUR 0.10 per call.

## Output

Returns a list of available shipping carrier options (e.g. DPD, PostNL, DHL) with prices in the requested currency, shipping method names, optional lead time in days, a scored best option, and the overall cheapest option. Also echoes back the request parameters.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/shipment-api-get-shipping-options-e3e24885/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.apiosk.com](https://www.zero.xyz/host/gateway.apiosk.com/llms.txt)
