Gut v2 /api/v2/:principal_slug/business/product/tangible_goods

Überblick

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

/api/v2/:principal_slug/business/product/tangible_goods

Parameter

Beispiel Rückgabe

{
  "data" : [
    {
      "id"             : "55587a286f7269715eab0000",
      "product_types"  : ["regular"],
      "article_number" : "evato-market-video-soundtrack",
      "label"          : "Evato Market: Soundtrack für Video",
      "classification" : {
        "id"     : "555879d96f72697152000000",
        "label"  : "Güter",
        "number" : 2,
        "path"   : "2"
      },
      "price"          : {"id" : "55587a286f7269715eac0000","value" : 20},
      "entity"         : {"id" : "53e4fe6f993a7a89500000f7","key" : "Stk","label" : "Stück"}
    },
    {
      "id"             : "55e613806f72696181090000",
      "product_types"  : ["regular"],
      "article_number" : "noser-anreise-kunde-pauschal",
      "label"          : "Noser Engineering AG: Pauschale Anreise zum Kunden",
      "classification" : {
        "id"     : "5534dd316f72691de3070000",
        "label"  : "Dienstleistungen",
        "number" : 40,
        "path"   : "1.40"
      },
      "price"          : {"id" : "55e613806f726961810a0000","value" : 108},
      "entity"         : {"id" : "53e4fe6f993a7a89500000f7","key" : "Stk","label" : "Stück"}
    }
  ],
  "meta" : {
    "resource_class" : "Business::Product::TangibleGood",
    "max_updated_at" : "2016-07-04T10:56:24.885Z",
    "page"           : 1,
    "per"            : 2,
    "total_pages"    : 4,
    "total_count"    : 8
  }
}