Sviluppatori

SpedireWeb API

Endpoint, ambienti ed esempi per collegare il tuo software a spedizioni, tariffe, tracking, portafoglio e webhook.

v1.0 8 endpoint 1 categoria 1 ambiente

Riepilogo

SpedireWeb Public API uses explicit POST action endpoints for locations, drafts, rates, shipments, tracking, pickup points, POD, stock, returns and logistics. Authenticate with API credentials, then use Bearer tokens on protected endpoints. Every resource is isolated to the API-key owner and every API error includes a stable error code and request_id for support and tracing.

Endpoint

L'indirizzo a cui si attacca ogni percorso. Scegli quello delle chiavi che hai.

In produzione http://173.249.30.252/spedireweb/api

Returns

8 endpoint

8
POST
POST /1.0/returns/list /1.0/returns/list

List returns

Returns
POST
POST /1.0/returns/reasons/list /1.0/returns/reasons/list

List return reasons

Returns
POST
POST /1.0/returns/{shipmentToken}/create /1.0/returns/{shipmentToken}/create

Create return

Returns
POST
POST /1.0/returns/{shipmentToken}/rate /1.0/returns/{shipmentToken}/rate

Compare return rates

Returns Rates
POST
POST /1.0/returns/{token}/cancel /1.0/returns/{token}/cancel

Cancel return

Returns
POST
POST /1.0/returns/{token}/label/download /1.0/returns/{token}/label/download

Download return label

Returns
POST
POST /1.0/returns/{token}/read /1.0/returns/{token}/read

Read return

Returns
POST
POST /1.0/returns/{token}/tracking /1.0/returns/{token}/tracking

Read return tracking

Returns Tracking
Sviluppatori

Contenuto