GET
/
image
/
{id}
curl --request GET \
  --url https://client-request-service-staging-wghsjlqnoa-uw.a.run.app/image/{id}
{
  "image_info": {
    "id": 123,
    "slug": "<string>",
    "platform": "<string>"
  },
  "products": [
    {
      "id": 123,
      "external_id": "<string>",
      "title": "<string>",
      "brand": "<string>",
      "url": "<string>",
      "price": 123,
      "currency": "<string>",
      "category": "<string>",
      "image": "<string>",
      "native_checkout": true,
      "variants": [
        {
          "name": "<string>",
          "visual": true,
          "values": [
            "<string>"
          ]
        }
      ],
      "skus": [
        {
          "sku_id": 123,
          "product_id": 123,
          "external_id": "<string>",
          "merchant_id": 123,
          "name": "<string>",
          "in_stock": true,
          "qty_available": 123,
          "sale_price": 123,
          "retail_price": 123,
          "currency": "<string>",
          "status": "<string>",
          "type": "<string>",
          "taxable": true,
          "tax_type": "<string>",
          "variant_values": [
            {
              "variant": "<string>",
              "value": "<string>"
            }
          ],
          "sku_dimensions": {
            "weight": 123,
            "type": "<string>"
          }
        }
      ]
    }
  ]
}

Path Parameters

id
integer
required

Response

200 - application/json
image_info
object
products
object[]