Skip to main content
POST
/
v1
/
seller
/
offer
/
picture
Upload Picture
curl --request POST \
  --url https://scx-sbx.api.jtl-software.com/v1/seller/offer/picture \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/*' \
  --data '"<string>"'
{
  "remoteImage": "a947e0c4-f88f-47bd-afe4-3a11e28c8f85.png"
}

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/*

Binary product picture file (JPEG/PNG/GIF/SVG) to be uploaded for a product offer.

The body is of type file.

Response

Pictures received

remoteImage
string
Example:

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