ResellerProfile

This APS type is used to create reseller profiles that allow resellers to customize some properties as explained in the Customization for Sales Channels concepts.

In this document:

GraphViz

Schema

The considered APS type (download) extends the Resource APS type(s) and looks as follows:

{
  "name": "ResellerProfile",
  "id": "http://aps-standard.org/types/core/profile/reseller/1.0",
  "apsVersion": "2.0",
  "implements": [
    "http://aps-standard.org/types/core/resource/1.0"
  ]
}

The APS type is used to manage a collection of APS resources. To get a list of resources from that collection, use the following API call:

GET  /aps/2/collections/reseller-profiles?<RQL-filter>