Skip to main content
Version: 1.0

Fetch a delivery

GET 

/standard/delivery

This endpoint is meant to be used for querying an existing delivery. [PREMIUM] To have access to this service you need a Premium Account.

Request

Query Parameters

    access_token stringrequired

    API Token

    sender_external_id string

    Id of the delivery is been looked for

Responses

OK

Schema
    status string

    This is the status of the request to the server. Note: do not confuse with status of the delivery.

    delivery object
    id string

    SiG Internal ID

    sender_external_id string

    This is the ID reference from the sender. It is used normally as mapping between both platforms.

    sender_status string

    dispatched - it has been delivered to the fleet for routing plan. validated - it's pending to be handed over to the fleet. cancelled - it has been cancelled and will not be further updates.

    sender string

    This is the ID reference from the sender. It is used normally as mapping between both platforms.

    dispatcher_status string

    pending - delivery hasn't been processed by the fleet. scheduled - delivery has already routing plan. picked - is already on the vehicle. moving - routing has started. delivered - dropoff has been executed. error - an error has been produced. cancelled - delivery has been aborted.

    pickup_date_start string
    pickup_hour_start string
    pickup_hour_end string
    pickup_date_end string
    dangerous_good boolean

    If a good is considered hazardous and needs special treatment then we advise to set this as true

    public_id string

    This ID is used as part of the Pubic Access for the customer. It is a unique identifier to avoid collision.

    proof_of_delivery stringnullable
    proof_of_delivery_signature stringnullable
    dropoff_date_start string
    dropoff_hour_start string
    dropoff_hour_end string
    dropoff_date_end string
    dropoff_address string

    Receiver's address where the package/s will be dropped off.

    dropoff_postalcode string

    Receiver's postalcode where the package/s will be dropped off.

    dropoff_comments stringnullable

    Comments while dropping off the package/s - i.e. please enter the red gateway and turn left

    dropoff_neighbour_allowed boolean
    dropoff_neighbour stringnullable

    If the agreement allows this service, this field will indicate what's the neighbour's name designated by the customer

    dropoff_safeplace_allowed boolean
    dropoff_safeplace stringnullable

    If the agreement allows this service, this field will indicate what's the safeplace designated by the customer

    status_delivered_at stringnullable
    status_cancelled_at stringnullable
    quantity number

    Quantity of parcels within this delivery

    weight number

    Field to host the weight of the delivery when is known. The standard units are Kg or lbs

    lastmodifieddate string

    Last update received or produced in our system for a given delivery

    public_link string

    This is the unique link identifier for a customer to access our Customer Portal. This portal allows the customer to modify the delivery and schedule returns (in case this is available in the contract)

    planned_arrival stringnullable

    After a delivery is planned this is the first estimate for arrival.

Loading...