Export Job
The jobs endpoint provides a programmatic way of running long running background tasks with Eshopbox.
The process of downloading a file can take a long time which should not block user's experience. Hence to carry process in background we have Jobs.
Attribute
Type
Description
id
number
Id to define the export job uniquely
channelId
number
The channel for which file has been downloaded.
fileType
string
Different export type formats eg. CSV
exportFilters
object
Filter parameters required while downloading the respective file
filePath
string
Path file of downloaded file
status
string
Status to track the progress of downloaded file. For details refer the The Status Object
userId
number
Id to define the export job uniquely
createdAt
string
Creation date and time
updatedAt
string
Updation date and time
The Job Type Object
Job Type
Description
get_listing
get_inventory
Download inventories for amazon wholesale
fee_rule
Download charge rules of a particular fee
grn_items
Download inward consignment items
order_return
Download order return items
rejected_grn_items
Download rejected inward consignment items
gatepass_items
Download packed recall consignment items
activity_payment_report
Download payout report after reconciliation
payment_report
Download original payout report
fee_return
statement
previous_payment
Download payment report
invoice_event
Download receivables details
expense_event
Download payables details
product
Download Products with inventory and product availability details
The Status Object
Status Value
Description
processing
The job is currently running.
completed
The job is completed and file is ready for download.
failed
The job couldn't be completed due to some error.
Last updated