POST AdminApi/ShoppingCart/AddItem
Request Information
URI Parameters
None.
Body Parameters
CartItem| Name | Description | Type | Additional information |
|---|---|---|---|
| Sku | globally unique identifier |
None. |
|
| ProductId | globally unique identifier |
None. |
|
| ProdCode | string |
None. |
|
| Attr1 | globally unique identifier |
None. |
|
| Attr2 | globally unique identifier |
None. |
|
| Attr3 | globally unique identifier |
None. |
|
| AttrName1 | string |
None. |
|
| AttrName2 | string |
None. |
|
| AttrName3 | string |
None. |
|
| AttrTypeName1 | string |
None. |
|
| AttrTypeName2 | string |
None. |
|
| AttrTypeName3 | string |
None. |
|
| MemberId | globally unique identifier |
None. |
|
| CreateAt | date |
None. |
|
| Qty | integer |
None. |
|
| AddQty | integer |
None. |
|
| KolId | globally unique identifier |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sku": "255b183a-ec29-4502-8652-7e0a2ca6e7a1",
"ProductId": "59529e89-9910-4016-96bb-ff652979b4f2",
"ProdCode": "sample string 3",
"Attr1": "2695936d-3891-456c-9eb2-015afa5967b0",
"Attr2": "695a55f4-3dd7-4284-8e1c-29ae57079a95",
"Attr3": "13a68bb9-59f6-45d7-87b2-07f98d85a13c",
"AttrName1": "sample string 7",
"AttrName2": "sample string 8",
"AttrName3": "sample string 9",
"AttrTypeName1": "sample string 10",
"AttrTypeName2": "sample string 11",
"AttrTypeName3": "sample string 12",
"MemberId": "7cb4a239-16c8-48d9-837e-39a6e03103ef",
"CreateAt": "2026-06-15 09:05:28",
"Qty": 15,
"AddQty": 16,
"KolId": "d31c64be-1090-4087-8b62-a870bf48759a"
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
SystemResult| Name | Description | Type | Additional information |
|---|---|---|---|
| Succeeded | boolean |
None. |
|
| Message | string |
None. |
|
| ReturnValue | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Succeeded": true,
"Message": "sample string 2",
"ReturnValue": {}
}