guest-carts/{cartId}/items
POST
/V1/guest-carts/{cartId}/items
guest-carts/{cartId}/items
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'http:///V1/guest-carts//items' \
--header 'Content-Type: application/json' \
--data-raw '{
"cartItem": {
"extension_attributes": {
"negotiable_quote_item": {
"extension_attributes": {},
"item_id": 0,
"original_discount_amount": 0,
"original_price": 0,
"original_tax_amount": 0
}
},
"item_id": 0,
"name": "string",
"price": 0,
"product_option": {
"extension_attributes": {
"bundle_options": [
{
"extension_attributes": {},
"option_id": 0,
"option_qty": 0,
"option_selections": [
0
]
}
],
"configurable_item_options": [
{
"extension_attributes": {},
"option_id": "string",
"option_value": 0
}
],
"custom_options": [
{
"extension_attributes": {
"file_info": {
"base64_encoded_data": "string",
"name": "string",
"type": "string"
}
},
"option_id": "string",
"option_value": "string"
}
],
"downloadable_option": {
"downloadable_links": [
0
]
},
"giftcard_item_option": {
"custom_giftcard_amount": 0,
"extension_attributes": {},
"giftcard_amount": "string",
"giftcard_message": "string",
"giftcard_recipient_email": "string",
"giftcard_recipient_name": "string",
"giftcard_sender_email": "string",
"giftcard_sender_name": "string"
}
}
},
"product_type": "string",
"qty": 0,
"quote_id": "string",
"sku": "string"
}
}'
响应示例响应示例
200 - 示例 1
{
"extension_attributes": {
"negotiable_quote_item": {
"extension_attributes": {},
"item_id": 0,
"original_discount_amount": 0,
"original_price": 0,
"original_tax_amount": 0
}
},
"item_id": 0,
"name": "string",
"price": 0,
"product_option": {
"extension_attributes": {
"bundle_options": [
{
"extension_attributes": {},
"option_id": 0,
"option_qty": 0,
"option_selections": [
0
]
}
],
"configurable_item_options": [
{
"extension_attributes": {},
"option_id": "string",
"option_value": 0
}
],
"custom_options": [
{
"extension_attributes": {
"file_info": {
"base64_encoded_data": "string",
"name": "string",
"type": "string"
}
},
"option_id": "string",
"option_value": "string"
}
],
"downloadable_option": {
"downloadable_links": [
0
]
},
"giftcard_item_option": {
"custom_giftcard_amount": 0,
"extension_attributes": {},
"giftcard_amount": "string",
"giftcard_message": "string",
"giftcard_recipient_email": "string",
"giftcard_recipient_name": "string",
"giftcard_sender_email": "string",
"giftcard_sender_name": "string"
}
}
},
"product_type": "string",
"qty": 0,
"quote_id": "string",
"sku": "string"
}
请求参数
Path 参数
cartId
string
必需
Body 参数application/json
返回响应
修改于 2024-11-22 03:29:06