Skip to main content

List all upload records

GET 

/v1/documents/uploads

Retrieve all shipping document upload records.

Request

Query Parameters

    created_after date-time
    created_before date-time
    shipment_id string

Responses

Schema

    count integernullable
    next urinullable
    previous urinullable

    results

    object[]

    required

  • Array [

  • id string

    A unique identifier

    carrier_name stringnullable

    The shipment carrier

    carrier_id stringnullable

    The shipment carrier configured identifier

    documents

    object[]

    the carrier shipping document ids

  • Array [

  • doc_id string

    The uploaded document id.

    file_name string

    The uploaded document file name.

  • ]

  • meta

    object

    nullable

    provider specific metadata

    property name* anynullable

    provider specific metadata

    reference stringnullable

    Possible values: <= 50 characters

    Shipping document file reference

    messages

    object[]

    The list of note or warning messages

  • Array [

  • message string

    The error or warning message

    code string

    The message code

    details

    object

    any additional details

    property name* any

    any additional details

    carrier_name string

    The targeted carrier

    carrier_id string

    The targeted carrier name (unique identifier)

  • ]

  • ]

Loading...