Get picture specifications

GET /i/richItem/{businessId}/pictureSpec

Get rich item picture specifications.

Path parameters

  • businessId integer(int64) Required

    The unique identifier for the business.

Responses

GET /i/richItem/{businessId}/pictureSpec
curl \
 -X GET https://api.trial.lsk.lightspeed.app/i/richItem/454335871/pictureSpec \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "_links": {
    "additionalProperty1": {
      "deprecation": "string",
      "href": "string",
      "hreflang": "string",
      "name": "string",
      "profile": "string",
      "templated": true,
      "title": "string",
      "type": "string"
    },
    "additionalProperty2": {
      "deprecation": "string",
      "href": "string",
      "hreflang": "string",
      "name": "string",
      "profile": "string",
      "templated": true,
      "title": "string",
      "type": "string"
    }
  },
  "minHeight": 42,
  "minWidth": 42,
  "requiredAspectRatio": 42.0
}