Skip to main content
POST
/
v1
/
seller
/
offer
/
file
PHP
echo "FOO";
{
  "remoteFile": "a947e0c4-f88f-47bd-afe4-3a11e28c8f85.png",
  "expiresAt": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Bearer JWT issued to a seller after they sign up for a JTL-Scx subscription via the JTL Customer Center. Usage format: Bearer <JWT>.

Body

application/*

Generic binary file upload (image or document) for a product offer.

The body is of type file.

Response

File received

Response for an uploaded file — references the temporary remote location and expiry timestamp.

remoteFile
string
required
Example:

"a947e0c4-f88f-47bd-afe4-3a11e28c8f85.png"

expiresAt
string<date-time>
required