Stocks

List of held shipments

Stocks

This endpoint allows you to obtain a list of shipments held by the carrier due to a delivery exception.

GET https://api.gsped.it/[ISTANZA]/Stocks

Query parameters

Name
Type
Description

client_id*

int

Client ID (or invoiced client ID)

days

int

Retrieve shipments flagged as exceptions in the last X days (minimum 1, maximum 90, default 10)

Headers

Name
Type
Description

x-api-key*

string

API key provided by Gsped

{
    "status": 200,
    "response": [
        {...},
        {...},
    ]
}

Code example snippets

Last updated