Get picture specifications

GET /i/richItem/{businessId}/pictureSpec

Get rich item picture specifications.

Path parameters

Responses

  • 200 application/hal+json;charset=UTF-8

    OK

    Hide response attributes Show response attributes object
    • requiredAspectRatio number(float)

      Image aspect ratio (width divided by length). If not set, there is no aspect ratio check

    • minWidth integer(int32)

      Image minimum width

    • minHeight integer(int32)

      Image minimum height

GET /i/richItem/{businessId}/pictureSpec
curl \
 -X GET https://api.trial.lsk.lightspeed.app/i/richItem/454335871/pictureSpec \
 -H "Authorization: Bearer $ACCESS_TOKEN"