Request Information

URI Parameters :

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters :

None.

Response Information

Resource Description :

article_group_cache
NameDescriptionTypeAdditional information
id

Primary Key

globally unique identifier
sales_organization_id

globally unique identifier
article_group_1_id

globally unique identifier
article_group_2_id

globally unique identifier
article_group_3_id

globally unique identifier
article_group_4_id

globally unique identifier
article_group_5_id

globally unique identifier
article_group_6_id

globally unique identifier
article_status_id

globally unique identifier
article_marketing_status_text

string
allowed_on_order_channel

boolean
modified_dateutc

Readonly system field managed by database, filled with GetUtcDate when adding,updating

date

Response Formats

application/json, text/json

Sample:
{
  "id": "968f6014-832f-45e4-b4a2-36b808516b98",
  "sales_organization_id": "d14b31c1-5ac3-4de0-9f45-50eb666be11c",
  "article_group_1_id": "d7e49fda-ade5-4f69-b6f8-2eade85ac20c",
  "article_group_2_id": "5b44916b-4002-4a35-9b4d-509fa87f6898",
  "article_group_3_id": "ff7a3065-7dde-4d95-9800-5c85698ff736",
  "article_group_4_id": "23ca4376-6861-4257-8c33-acadd3d962ca",
  "article_group_5_id": "4162df66-3045-47de-865a-9426ed4f85b9",
  "article_group_6_id": "397c472e-fc71-491a-8ff8-ab81ce2f81ba",
  "article_status_id": "45545beb-0797-46df-9259-f8d1279e57a5",
  "article_marketing_status_text": "sample string 10",
  "allowed_on_order_channel": true,
  "modified_dateutc": "2026-06-16T21:19:23.5046135+00:00"
}

application/xml, text/xml

Sample:
<article_group_cache xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <allowed_on_order_channel>true</allowed_on_order_channel>
  <article_group_1_id>d7e49fda-ade5-4f69-b6f8-2eade85ac20c</article_group_1_id>
  <article_group_2_id>5b44916b-4002-4a35-9b4d-509fa87f6898</article_group_2_id>
  <article_group_3_id>ff7a3065-7dde-4d95-9800-5c85698ff736</article_group_3_id>
  <article_group_4_id>23ca4376-6861-4257-8c33-acadd3d962ca</article_group_4_id>
  <article_group_5_id>4162df66-3045-47de-865a-9426ed4f85b9</article_group_5_id>
  <article_group_6_id>397c472e-fc71-491a-8ff8-ab81ce2f81ba</article_group_6_id>
  <article_marketing_status_text>sample string 10</article_marketing_status_text>
  <article_status_id>45545beb-0797-46df-9259-f8d1279e57a5</article_status_id>
  <id>968f6014-832f-45e4-b4a2-36b808516b98</id>
  <modified_dateutc>2026-06-16T21:19:23.504Z</modified_dateutc>
  <sales_organization_id>d14b31c1-5ac3-4de0-9f45-50eb666be11c</sales_organization_id>
</article_group_cache>