Request a new report from channel. Reports a valid for 48 hours after request indicated by expiresIn.
Bearer JWT issued to a seller after they sign up for a JTL-Scx subscription via the JTL
Customer Center. Usage format: Bearer <JWT>.
Request to generate an asynchronous report (e.g. orders, returns, settlements) for the seller.
Seller request to generate a marketplace report (e.g. inventory, orders) for a specific channel.
This is the unique Channel name.
^\w{5,15}$"MYBESTDEALCOMDE"
A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
^\w{1,50}$"4711"
SELLER_INVENTORY Report request accepted; identifier returned for later download
Acknowledgement of a report request — returns the reportId, whether it is newly created (vs. deduplicated) and a TTL.
A unique Id identify a Seller on a specific SalesChannel. The SellerId is generated from the Channel itself during the Seller SignUp Process.
^\w{1,50}$"4711"
This is the unique Channel name.
^\w{5,15}$"MYBESTDEALCOMDE"
A system wide unique Id to identify and download a report
"910390cc-c3b3-45ba-8be2-ab1824b6c499"
Indicates if the report request was created as with new reportId. SCX Seller Api is doing a
deduplication and will return value false if there is an existing not yet processed report with the
same parameters. The reportId returned is same from the open report.
true
Seconds until the report is deleted from the system. Default TTL is 48h.
172500