Skip to main content

Retrieve upload record

GET 

/v1/documents/uploads/:id

Retrieve a shipping document upload record.

Request

Path Parameters

    id stringrequired

Responses

Schema

    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...