v1

latestOpenAPI 3.0.02026-07-2455104.8 MB
Product Merchandise Group

List product merchandise groups

Lists all available products merchandise groups.

get/api/v1/productsMerchandiseGroups

Response

Operation completed successfully.

Example response

{
  "data": [
    {
      "id": "17",
      "name": "Merchandise",
      "project": {
        "id": "1337",
        "name": "Diamond"
      },
      "lastUsedProductNumber": "1000",
      "useMainProductNumberRange": true,
      "revenue": {
        "domesticStandard": "19",
        "domesticReduced": "7",
        "domesticFree": "0",
        "intraCommunityEu": "0",
        "intraCommunityEuTaxText": "VAT free intra-community supply",
        "euStandard": "0",
        "euReduced": "0",
        "export": "0",
        "exportTaxText": "VAT free export"
      },
      "expenses": {
        "domesticStandard": "19",
        "domesticReduced": "7",
        "domesticFree": "0",
        "intraCommunityEu": "0",
        "euStandard": "0",
        "euReduced": "0",
        "import": "0"
      }
    }
  ]
}