Produkt v2 /api/v2/public/:principal_slug/business/products/webshop

Ausgabe sämtlicher für den Webshop freigegebenen Produkte

Überblick

Klasse / Datentyp
Produkt
Response Formats
JSON
API Version
v2
Öffentlich erreichbar
true
HTTP Methode
GET
Zuletzt aktualisiert

/api/v2/public/:principal_slug/business/products/webshop

Parameter

Beispiel Rückgabe

{
  "data" : [
    {
      "id"                     : "felix-rachor-live-einblicke-in-die-masterclass-download",
      "label"                  : "Felix Rachor",
      "article_number"         : "felix-rachor-live-einblicke-in-die-masterclass-download",
      "preview"                : {
        "url" : {
          "thumb"     : "https://squibble.me/upload/business/product/intangible_good/565c63a193e2e56fc3000001/previews/5730c02c56820b50d9e918d6/thumb/rachor.jpg",
          "three_two" : "https://squibble.me/upload/business/product/intangible_good/565c63a193e2e56fc3000001/previews/5730c02c56820b50d9e918d6/three_two/rachor.jpg"
        }
      },
      "webshop_classification" : {"id" : "57ee2f3156820b64a220d974","label" : "KG Live","number" : 102},
      "entity"                 : {"id" : "53e4fe6f993a7a89500000f7","key" : "Stk","label" : "Stück"},
      "price"                  : {"value" : 30}
    },
    {
      "id"                     : "wmmfoebnts-2-neu-portrait-menschen-modelfuehrung-posing-tutorial-download",
      "label"                  : "WMMFOEBNTS 2",
      "article_number"         : "wmmfoebnts-2-neu-portrait-menschen-modelfuehrung-posing-tutorial-download",
      "preview"                : {
        "url" : {
          "thumb"     : "https://squibble.me/upload/business/product/intangible_good/565c63a193e2e56fc3000001/previews/5730c03a56820b50d9e91a31/thumb/DSC06482.JPG",
          "three_two" : "https://squibble.me/upload/business/product/intangible_good/565c63a193e2e56fc3000001/previews/5730c03a56820b50d9e91a31/three_two/DSC06482.JPG"
        }
      },
      "webshop_classification" : {
        "id"     : "57ee309e56820b64b420d973",
        "label"  : "Einfach Fotografieren",
        "number" : 106
      },
      "entity"                 : {"id" : "53e4fe6f993a7a89500000f7","key" : "Stk","label" : "Stück"},
      "price"                  : {"value" : 20}
    }
  ],
  "meta" : {
    "page"           : 1,
    "per"            : 3,
    "total_pages"    : 33,
    "total_count"    : 99,
    "resource_class" : "Business::Product",
    "max_updated_at" : "2016-09-30T10:07:29.873Z"
  }
}