Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
article_group_cache| Name | Description | Type | Additional 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": "17a9c479-a674-4f8e-8801-ce1e71e2f582",
"sales_organization_id": "3b20a9db-bd54-44d8-ad37-d10a6160b596",
"article_group_1_id": "44165baa-80f4-48c2-81b9-c9c48deec22b",
"article_group_2_id": "727a8956-5267-41e4-ac60-c76951981621",
"article_group_3_id": "e0e9973d-d017-45e2-b3a5-d9039f08ca2f",
"article_group_4_id": "269fe0f0-8047-4e69-81e7-720d9e73435c",
"article_group_5_id": "c4a40410-1868-40a6-b6ba-7dc77ce21e14",
"article_group_6_id": "17e4e54d-1858-492a-95d1-af53113e61c9",
"article_status_id": "aaf04de2-06be-4d06-b82d-056decb9a6ae",
"article_marketing_status_text": "sample string 10",
"allowed_on_order_channel": true,
"modified_dateutc": "2026-06-16T21:16:36.4328614+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>44165baa-80f4-48c2-81b9-c9c48deec22b</article_group_1_id> <article_group_2_id>727a8956-5267-41e4-ac60-c76951981621</article_group_2_id> <article_group_3_id>e0e9973d-d017-45e2-b3a5-d9039f08ca2f</article_group_3_id> <article_group_4_id>269fe0f0-8047-4e69-81e7-720d9e73435c</article_group_4_id> <article_group_5_id>c4a40410-1868-40a6-b6ba-7dc77ce21e14</article_group_5_id> <article_group_6_id>17e4e54d-1858-492a-95d1-af53113e61c9</article_group_6_id> <article_marketing_status_text>sample string 10</article_marketing_status_text> <article_status_id>aaf04de2-06be-4d06-b82d-056decb9a6ae</article_status_id> <id>17a9c479-a674-4f8e-8801-ce1e71e2f582</id> <modified_dateutc>2026-06-16T21:16:36.432Z</modified_dateutc> <sales_organization_id>3b20a9db-bd54-44d8-ad37-d10a6160b596</sales_organization_id> </article_group_cache>