> For the complete documentation index, see [llms.txt](https://tech.x2bee.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tech.x2bee.com/api/api-en/back-office-api-reference/display-bo-api/standard-category-management.md).

# Standard Category Management

## Retrieve Standard Category Basic Information

> \## Function Description\
> \* Retrieves the basic information of the standard category by standard category number.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Standard Category Basic Information area\
> \* Retrieves the basic information of the standard category when a standard category is selected on the Standard Category Management page.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/{stdCtgNo}":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Standard Category Basic Information","description":"## Function Description\n* Retrieves the basic information of the standard category by standard category number.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Standard Category Basic Information area\n* Retrieves the basic information of the standard category when a standard category is selected on the Standard Category Management page.\n","operationId":"getStandardCategoryMgmtInfo","parameters":[{"name":"stdCtgNo","in":"query","description":"Standard Category No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Standard Category Basic Information Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}}},"900":{"description":"Standard Category Basic Information Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Modify Standard Category Basic Information

> \## Function Description\
> \* Modifies the basic information of a standard category.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Standard Category Basic Information area\
> \* Modifies the standard category name, usage status, sort order, leaf standard category status, MD in charge, product notice item, and safety certification required status in the standard category basic information.\
> &#x20;   \* In BO, the leaf standard category status of the standard category can be modified, or the standard category basic information can only be modified if it is a leaf standard category.\
> \* Input parameters (\_\_\*\_\_: required)\
> &#x20;   \- \_\_stdCtgNo \*, stdCtgNm \*, leafCtgYn \*, useYn \*, sortSeq \*\_\_, mdId, safeCertiNeedYn, goodsNotiLisartCd, hsCd<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/{stdCtgNo}":{"put":{"tags":["Standard Category Management"],"summary":"Modify Standard Category Basic Information","description":"## Function Description\n* Modifies the basic information of a standard category.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Standard Category Basic Information area\n* Modifies the standard category name, usage status, sort order, leaf standard category status, MD in charge, product notice item, and safety certification required status in the standard category basic information.\n    * In BO, the leaf standard category status of the standard category can be modified, or the standard category basic information can only be modified if it is a leaf standard category.\n* Input parameters (__*__: required)\n    - __stdCtgNo *, stdCtgNm *, leafCtgYn *, useYn *, sortSeq *__, mdId, safeCertiNeedYn, goodsNotiLisartCd, hsCd\n","operationId":"modifyStandardCategoryMgmtInfo","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}},"required":true},"responses":{"200":{"description":"Standard Category Basic Information Modification Successful","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Standard Category Basic Information Modification Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Full Standard Category List

> \## Function Description\
> \* Retrieves the full list of standard categories.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Standard Category List Tree area\
> \* Retrieves the full list of standard categories to display categories in a tree structure on the Standard Category Management page.\
> \* Retrieved in ascending order of Parent Standard Category No. and display order.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Full Standard Category List","description":"## Function Description\n* Retrieves the full list of standard categories.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Standard Category List Tree area\n* Retrieves the full list of standard categories to display categories in a tree structure on the Standard Category Management page.\n* Retrieved in ascending order of Parent Standard Category No. and display order.\n","operationId":"getStandardCategoryMgmt","responses":{"200":{"description":"Full Standard Category List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}}},"900":{"description":"Full Standard Category List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Save Sub Standard Category List

> \## Function Description\
> \* Saves the sub standard category list.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Sub Standard Category List area\
> \* Adds, modifies, and deletes sub standard categories in the sub standard category list grid.\
> \* Input parameters (\_\_\*\_\_: required)\
> &#x20;   \- create: \_\_stdCtgNo \*, stdCtgNm \*, leafCtgYn \*, useYn \*, sortSeq \*, uprStdCtgNo \*\_\_, stdLrgCtgNo, stdMidCtgNo, stdSmlCtgNo, stdThnCtgNo\
> &#x20;   \- update: \_\_stdCtgNo \*, stdCtgNm \*, leafCtgYn \*, useYn \*, sortSeq \*\_\_\
> &#x20;   \- delete: \_\_stdCtgNo \*\_\_<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory":{"post":{"tags":["Standard Category Management"],"summary":"Save Sub Standard Category List","description":"## Function Description\n* Saves the sub standard category list.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Sub Standard Category List area\n* Adds, modifies, and deletes sub standard categories in the sub standard category list grid.\n* Input parameters (__*__: required)\n    - create: __stdCtgNo *, stdCtgNm *, leafCtgYn *, useYn *, sortSeq *, uprStdCtgNo *__, stdLrgCtgNo, stdMidCtgNo, stdSmlCtgNo, stdThnCtgNo\n    - update: __stdCtgNo *, stdCtgNm *, leafCtgYn *, useYn *, sortSeq *__\n    - delete: __stdCtgNo *__\n","operationId":"saveStandardCategoryChild","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}},"required":true},"responses":{"200":{"description":"Sub Standard Category List Save Successful","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Sub Standard Category List Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Standard Category Product Attribute List

> \## Function Description\
> \* Retrieves the standard category product attribute list of the standard category by standard category number.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List grid area\
> \* Retrieves the standard category product attributes of the standard category displayed in the grid when a standard category is selected on the Standard Category Management page.\
> \* Retrieved sorted in ascending order by display order and modification date.\
> \---\
> \## Revision History\
> \* \`\`\`Release v1.05\_231204\`\`\`: Initial development of standard category product attributes<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/goodsAttr/{stdCtgNo}":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Standard Category Product Attribute List","description":"## Function Description\n* Retrieves the standard category product attribute list of the standard category by standard category number.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List grid area\n* Retrieves the standard category product attributes of the standard category displayed in the grid when a standard category is selected on the Standard Category Management page.\n* Retrieved sorted in ascending order by display order and modification date.\n---\n## Revision History\n* ```Release v1.05_231204```: Initial development of standard category product attributes\n","operationId":"getStandardCategoryGoodsAttrList","parameters":[{"name":"stdCtgNo","in":"query","description":"Standard Category No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Standard Category Product Attribute List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}}},"900":{"description":"Standard Category Product Attribute List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## Save Standard Category Product Attribute List

> \## Function Description\
> \* Saves the standard category product attribute list.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List area\
> \* Adds, modifies, and deletes sub standard categories in the standard category product attribute list grid.\
> \* Input parameters (\_\_\*\_\_: required)\
> &#x20;   \- create: \_\_stdCtgNo \*, attCd \*, dispSeq \*, useYn \*\_\_\
> &#x20;   \- update: \_\_stdCtgNo \*, attCd \*, dispSeq \*, useYn \*\_\_\
> &#x20;   \- delete: \_\_stdCtgNo \*, attCd \*\_\_\
> \---\
> \## Revision History\
> \* \`\`\`Release v1.05\_231204\`\`\`: Initial development of standard category product attributes<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestPrStdCtgGoodsAttInfo":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtgGoodsAttInfo"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtgGoodsAttInfo"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtgGoodsAttInfo"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtgGoodsAttInfo"}}}},"PrStdCtgGoodsAttInfo":{"type":"object","description":"Standard Category Product Attribute Information","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"attCd":{"type":"string","description":"Attribute Code"},"dispSeq":{"type":"integer","format":"int32","description":"Display Order"},"useYn":{"type":"string","description":"Usage Status"},"attCdExpYn":{"type":"string","description":"Attribute Code Exposure Status"},"attValTypCd":{"type":"string","description":"Attribute Value Type Code (PR043) 10: text, 20: textarea, 30: editor"},"attNm":{"type":"string","description":"Attribute Name"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/goodsAttr/{stdCtgNo}":{"post":{"tags":["Standard Category Management"],"summary":"Save Standard Category Product Attribute List","description":"## Function Description\n* Saves the standard category product attribute list.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List area\n* Adds, modifies, and deletes sub standard categories in the standard category product attribute list grid.\n* Input parameters (__*__: required)\n    - create: __stdCtgNo *, attCd *, dispSeq *, useYn *__\n    - update: __stdCtgNo *, attCd *, dispSeq *, useYn *__\n    - delete: __stdCtgNo *, attCd *__\n---\n## Revision History\n* ```Release v1.05_231204```: Initial development of standard category product attributes\n","operationId":"saveStandardCategoryGoodsAttr","parameters":[{"name":"stdCtgNo","in":"path","required":true,"schema":{"type":"string"}}],"requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtgGoodsAttInfo"}}},"required":true},"responses":{"200":{"description":"Standard Category Product Attribute List Save Successful","content":{"*/*":{"schema":{"type":"string"}}}},"900":{"description":"Standard Category Product Attribute List Save Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## Check Standard Category Deletable List

> \## Function Description\
> \* Checks whether standard categories can be deleted using a list of standard category numbers.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Sub Standard Category List grid area\
> \* Checks whether deletion is possible when deleting a standard category in the sub standard category list grid.\
> \* A standard category can only be deleted if none of the following 1, 2, 3 apply.\
> &#x20;   1\) Whether it has sub standard categories\
> &#x20;   2\) Whether it is linked to a standard/display category\
> &#x20;   3\) Whether products are registered<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtgSearch":{"type":"object","description":"Retrieve Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"useYn":{"type":"string","description":"Usage Status"},"rangeFrom":{"type":"number","format":"double","description":"Margin Rate Range From"},"rangeTo":{"type":"number","format":"double","description":"Margin Rate Range To"},"entrNo":{"type":"string","description":"Vendor No."}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/getCheckStandardCategoryListDelete":{"post":{"tags":["Standard Category Management"],"summary":"Check Standard Category Deletable List","description":"## Function Description\n* Checks whether standard categories can be deleted using a list of standard category numbers.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Sub Standard Category List grid area\n* Checks whether deletion is possible when deleting a standard category in the sub standard category list grid.\n* A standard category can only be deleted if none of the following 1, 2, 3 apply.\n    1) Whether it has sub standard categories\n    2) Whether it is linked to a standard/display category\n    3) Whether products are registered\n","operationId":"getCheckStandardCategoryListDelete","requestBody":{"content":{"application/json":{"schema":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtgSearch"}}}},"required":true},"responses":{"200":{"description":"Standard Category List Deletable Status Check Successful","content":{"*/*":{"schema":{"type":"boolean"}}}},"900":{"description":"Standard Category List Deletable Status Check Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Modify Category Margin Rate Information

> \## Function Description\
> \* Modifies category margin rate information.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Category Margin Rate Management > Grid\
> \* Modifies the margin rate of a leaf category.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/standardCategoryMgmt/saveCategoryMrgnRateList":{"post":{"tags":["Standard Category Management"],"summary":"Modify Category Margin Rate Information","description":"## Function Description\n* Modifies category margin rate information.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Category Margin Rate Management > Grid\n* Modifies the margin rate of a leaf category.\n","operationId":"saveCategoryMrgnRateList","requestBody":{"content":{"application/json":{"schema":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg"}}},"required":true},"responses":{"200":{"description":"Category Margin Rate Information Modification Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}}},"900":{"description":"Category Margin Rate Information Modification Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Attribute Information List

> \## Function Description\
> \* Retrieves the full attribute information list.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List > Register Attribute button > Attribute Information popup\
> \---\
> \## Revision History\
> \* \`\`\`Release v1.05\_231204\`\`\`: Initial development of standard category product attributes<br>

````json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrAttCdInfo":{"type":"object","description":"Attribute Information","properties":{"attCd":{"type":"string","description":"Attribute Code"},"attCdExpYn":{"type":"string","description":"Attribute Code Exposure Status"},"attValTypCd":{"type":"string","description":"Attribute Value Type Code (PR043) 10: text, 20: textarea, 30: editor"},"attNm":{"type":"string","description":"Attribute Name"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/goodsAttr":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Attribute Information List","description":"## Function Description\n* Retrieves the full attribute information list.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Standard Category Product Attribute List > Register Attribute button > Attribute Information popup\n---\n## Revision History\n* ```Release v1.05_231204```: Initial development of standard category product attributes\n","operationId":"getAttInfoList","responses":{"200":{"description":"Full Attribute Information List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrAttCdInfo"}}}},"900":{"description":"Full Attribute Information List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
````

## Retrieve Standard Category Product List

> \## Function Description\
> \* Retrieves the product list of the standard category by standard category number.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Standard Category Product List grid area\
> \* Retrieves the product list of the standard category displayed in the grid when a standard category is selected on the Standard Category Management page.\
> \* Sorted in ascending order by product number.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"GoodsInfo":{"type":"object","properties":{"goodsNo":{"type":"string","description":"Standard Category Product No."},"goodsNm":{"type":"string","description":"Standard Category Product Name"},"saleStatCdNm":{"type":"string","description":"Standard Category Product Sales Status"}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/goods/{stdCtgNo}":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Standard Category Product List","description":"## Function Description\n* Retrieves the product list of the standard category by standard category number.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Standard Category Product List grid area\n* Retrieves the product list of the standard category displayed in the grid when a standard category is selected on the Standard Category Management page.\n* Sorted in ascending order by product number.\n","operationId":"getStandardCategoryMgmtGoodsList","parameters":[{"name":"rowsPerPage","in":"query","description":"Rows per Page","required":true,"schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"Current Page","required":true,"schema":{"type":"string"}},{"name":"stdCtgNo","in":"path","description":"Standard Category No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Standard Category Product List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/GoodsInfo"}}}},"900":{"description":"Standard Category Product List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Check Standard Category Deletable Status

> \## Function Description\
> \* Checks whether a standard category can be deleted, by standard category number.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Sub Standard Category List grid area\
> \* Checks whether deletion is possible when deleting a standard category in the sub standard category list grid.\
> \* A standard category can only be deleted if none of the following 1, 2, 3 apply.\
> &#x20;   1\) Whether it has sub standard categories\
> &#x20;   2\) Whether products are registered\
> &#x20;   3\) Whether it is linked to a display category<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/getCheckStandardCategoryDelete":{"get":{"tags":["Standard Category Management"],"summary":"Check Standard Category Deletable Status","description":"## Function Description\n* Checks whether a standard category can be deleted, by standard category number.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Sub Standard Category List grid area\n* Checks whether deletion is possible when deleting a standard category in the sub standard category list grid.\n* A standard category can only be deleted if none of the following 1, 2, 3 apply.\n    1) Whether it has sub standard categories\n    2) Whether products are registered\n    3) Whether it is linked to a display category\n","operationId":"getCheckStandardCategoryDelete","parameters":[{"name":"stdCtgNo","in":"query","description":"Standard Category No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Standard Category Deletable Status Check Successful","content":{"*/*":{"schema":{"type":"boolean"}}}},"900":{"description":"Standard Category Deletable Status Check Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Sub Standard Category List and Count

> &#x20;   \## Function Description\
> &#x20;   \* Retrieves the sub standard category list and count of the standard category by standard category number.\
> &#x20;   \---\
> &#x20;   \## Detailed Description\
> &#x20;   \* \[BO] Display > Category Management > Standard Category Management > Sub Standard Category List grid area\
> &#x20;   \* Retrieves the sub standard categories of the standard category displayed in the grid when a standard category is selected on the Standard Category Management page.\
> &#x20;   \* Retrieved sorted in ascending order by display order.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"RealGridListResponse":{"type":"object","properties":{"totalCount":{"type":"integer","format":"int32"},"payloads":{"type":"array","items":{}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v2/display/standardCategory/children/{stdCtgNo}":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Sub Standard Category List and Count","description":"    ## Function Description\n    * Retrieves the sub standard category list and count of the standard category by standard category number.\n    ---\n    ## Detailed Description\n    * [BO] Display > Category Management > Standard Category Management > Sub Standard Category List grid area\n    * Retrieves the sub standard categories of the standard category displayed in the grid when a standard category is selected on the Standard Category Management page.\n    * Retrieved sorted in ascending order by display order.\n","operationId":"getStandardCategoryMgmtChildList","parameters":[{"name":"rowsPerPage","in":"query","description":"Rows per Page","required":true,"schema":{"type":"string"}},{"name":"pageIdx","in":"query","description":"Current Page","required":true,"schema":{"type":"string"}},{"name":"stdCtgNo","in":"query","description":"Standard Category No.","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Sub Standard Category List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/RealGridListResponse"}}}},"900":{"description":"Sub Standard Category List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Standard Category Margin Rate

> \## Function Description\
> \* Retrieves the margin rate of a standard category.\
> \---\
> \## Detailed Description\
> \* \[BO] Product > Product Management > Product Registration > Retrieves the margin rate of the selected standard category when a standard category is selected.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtgSearch":{"type":"object","description":"Retrieve Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"useYn":{"type":"string","description":"Usage Status"},"rangeFrom":{"type":"number","format":"double","description":"Margin Rate Range From"},"rangeTo":{"type":"number","format":"double","description":"Margin Rate Range To"},"entrNo":{"type":"string","description":"Vendor No."}}},"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/standardCategoryMgmt/getCategoryMrgnRate":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Standard Category Margin Rate","description":"## Function Description\n* Retrieves the margin rate of a standard category.\n---\n## Detailed Description\n* [BO] Product > Product Management > Product Registration > Retrieves the margin rate of the selected standard category when a standard category is selected.\n","operationId":"getCategoryMrgnRate","parameters":[{"name":"search","in":"query","required":true,"schema":{"$ref":"#/components/schemas/PrStdCtgSearch"}}],"responses":{"200":{"description":"Standard Category Margin Rate Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}}},"900":{"description":"Standard Category Margin Rate Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```

## Retrieve Category Margin Rate Management List

> \## Function Description\
> \* Retrieves the category margin rate management list.\
> \---\
> \## Detailed Description\
> \* \[BO] Display > Category Management > Standard Category Management > Category Margin Rate Management tab\
> \* Retrieves the list for managing the margin rate of leaf categories on the Category Margin Rate Management tab.<br>

```json
{"openapi":"3.1.0","info":{"title":"X2BEE BO API","version":"v1"},"servers":[{"url":"https://api-bo.x2bee.com/api/bo/","description":"prd"}],"security":[{"accessToken":[]}],"components":{"securitySchemes":{"accessToken":{"type":"http","name":"accessToken","scheme":"bearer","bearerFormat":"JWT"}},"schemas":{"PrStdCtg":{"type":"object","description":"Standard Category","properties":{"stdCtgNo":{"type":"string","description":"Standard Category No."},"stdCtgNm":{"type":"string","description":"Standard Category Name"},"leafCtgYn":{"type":"string","description":"Leaf Category Status"},"useYn":{"type":"string","description":"Usage Status"},"sortSeq":{"type":"integer","format":"int32","description":"Sort Order"},"uprStdCtgNo":{"type":"string","description":"Parent Standard Category No."},"stdLrgCtgNo":{"type":"string","description":"Standard Large Category No."},"stdMidCtgNo":{"type":"string","description":"Standard Medium Category No."},"stdSmlCtgNo":{"type":"string","description":"Standard Small Category No."},"stdThnCtgNo":{"type":"string","description":"Standard Detail Category No."},"mdId":{"type":"string","description":"MD ID"},"safeCertiNeedYn":{"type":"string","description":"Safety Certification Required Status"},"goodsNotiLisartCd":{"type":"string","description":"Product Notification Item Code"},"hsCd":{"type":"string","description":"Item Classification Code"},"mrgnRate":{"type":"number","description":"Category Margin Rate"},"mdNm":{"type":"string","description":"MD Name","readOnly":true},"goodsNotiLisartCdNm":{"type":"string","description":"Product Notice Item Code Name","readOnly":true},"leafCtgYnChangePossible":{"type":"string","description":"Whether Leaf Standard Classification Status Can Be Changed","readOnly":true},"uprStdCtgNm":{"type":"string","description":"Parent Standard Category Name","readOnly":true},"hierarchyText":{"type":"string","description":"Hierarchy Structure Text","readOnly":true},"realGridCUD":{"$ref":"#/components/schemas/RealGridCUDRequestPrStdCtg","description":"CUD List"}}},"RealGridCUDRequestPrStdCtg":{"type":"object","properties":{"all":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"create":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"update":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}},"delete":{"type":"array","items":{"$ref":"#/components/schemas/PrStdCtg"}}}},"ErrorCode":{"type":"object","properties":{"code":{"type":"string"},"message":{"type":"string"},"httpStatus":{"type":"integer","format":"int32"},"isProcess":{"type":"boolean"}}}}},"paths":{"/v1/display/standardCategoryMgmt/getCategoryMrgnRateMgmt":{"get":{"tags":["Standard Category Management"],"summary":"Retrieve Category Margin Rate Management List","description":"## Function Description\n* Retrieves the category margin rate management list.\n---\n## Detailed Description\n* [BO] Display > Category Management > Standard Category Management > Category Margin Rate Management tab\n* Retrieves the list for managing the margin rate of leaf categories on the Category Margin Rate Management tab.\n","operationId":"getCategoryMrgnRateMgmt","responses":{"200":{"description":"Category Margin Rate Management List Inquiry Successful","content":{"*/*":{"schema":{"$ref":"#/components/schemas/PrStdCtg"}}}},"900":{"description":"Category Margin Rate Management List Inquiry Failed","content":{"*/*":{"schema":{"$ref":"#/components/schemas/ErrorCode"}}}}}}}}}
```
