Skip to main content

Get a Job File

GET 

/v2/jobs/:jobID/file

Retrieves a link to the CSV file that contains your exported order.

Request

Path Parameters

    jobID stringrequired

    The unique identifier of the job whose CSC file you want to retrieve.

Responses

Schema
    data object

    A link to the exported data.

    href string

    The publicly available URL for this CSV file that contains the exported data.

Loading...