Skip to main content
POST
/
v1
/
seller
/
meta
/
{channel}
/
seller
/
attributes
Request Seller Attributes update
curl --request POST \
  --url https://scx-sbx.api.jtl-software.com/v1/seller/meta/{channel}/seller/attributes \
  --header 'Authorization: Bearer <token>'
{
  "errorList": [
    {
      "code": "GEN500",
      "message": "Internal Server Error",
      "severity": "error",
      "hint": null
    }
  ]
}

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>.

Path Parameters

channel
string
required

Channel name for which the seller-attribute update should be requested. This is the unique Channel name.

Pattern: ^\w{5,15}$
Example:

"MYBESTDEALCOMDE"

Response

Seller update request accepted