orders.shipment.label
Fetch the shipping label URL from the provider.
- method + path:
POST /v1/orders/{ord}/cargo/{shp}/label - TR label: Kargo etiketi
- auth: authenticated · scope gates: any of
admin,orders:read,orders:write— “Siparişleri yalnızca mağaza sahibi görebilir”; then any ofadmin,orders:write— “Bu işlem için yetki yok” - agentPolicy:
quote— a provider call with no store-state change (offers, labels, validators) — every token kind calls it directly. - effects:
provider - idempotency: server — the platform derives the key
- wraps: — (no command inside)
Machine-readable body schema: /schemas/routes/orders.shipment.label.json.
Body
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"type": "object",
"properties": {}
}Generated from the live platform registries at build time — reference pages cannot go stale. Markdown variant: /reference/routes/orders.shipment.label.md