Share Cart
GETDownload PDF
<token>
application/json
pHqKW1DU001Ro9KgtwEDCtOuRTdJRlbr
{
"token": "pHqKW1DU001Ro9KgtwEDCtOuRTdJRlbr"
}
curl --location -g '{{magento_base_url}}/rest/V1/mpShareCart/download/pHqKW1DU001Ro9KgtwEDCtOuRTdJRlbr' \
--header 'Content-Type: application/json'
GETCarts
<token>
application/json
151
curl --location -g '{{magento_base_url}}/rest/V1/carts/151' \
--header 'Content-Type: application/json'
{
"id": 151,
"created_at": "2020-02-27 07:35:20",
"updated_at": "2020-02-27 08:08:01",
"is_active": true,
"is_virtual": false,
"items": [
{
"item_id": 765,
"sku": "24-WB04",
"qty": 6,
"name": "Push It Messenger Bag",
"price": 45,
"product_type": "simple",
"quote_id": "151"
},
{
"item_id": 766,
"sku": "24-WB07",
"qty": 3,
"name": "Overnight Duffle",
"price": 45,
"product_type": "simple",
"quote_id": "151"
},
{
"item_id": 767,
"sku": "24-WB03",
"qty": 3,
"name": "Driven Backpack",
"price": 36,
"product_type": "simple",
"quote_id": "151"
}
],
"items_count": 3,
"items_qty": 12,
"customer": {
"id": 1,
"group_id": 1,
"default_billing": "1",
"default_shipping": "1",
"created_at": "2019-11-11 08:09:42",
"updated_at": "2020-02-27 08:09:13",
"created_in": "Default Store View",
"dob": "1973-12-15",
"email": "roni_cost@example.com",
"firstname": "Veronica",
"lastname": "Costello",
"gender": 2,
"store_id": 1,
"website_id": 1,
"addresses": [
{
"id": 1,
"customer_id": 1,
"region": {
"region_code": "MI",
"region": "Michigan",
"region_id": 33
},
"region_id": 33,
"country_id": "US",
"street": [
"6146 Honey Bluff Parkway"
],
"telephone": "(555) 229-3326",
"postcode": "49628-7978",
"city": "Calder",
"firstname": "Veronica",
"lastname": "Costello",
"default_shipping": true,
"default_billing": true
}
],
"disable_auto_group_change": 0,
"extension_attributes": {
"is_subscribed": false
}
},
"billing_address": {
"id": 374,
"region": null,
"region_id": null,
"region_code": null,
"country_id": null,
"street": [
""
],
"telephone": null,
"postcode": null,
"city": null,
"firstname": null,
"lastname": null,
"customer_id": 1,
"email": "roni_cost@example.com",
"same_as_billing": 0,
"save_in_address_book": 0
},
"orig_order_id": 0,
"currency": {
"global_currency_code": "USD",
"base_currency_code": "USD",
"store_currency_code": "USD",
"quote_currency_code": "USD",
"store_to_base_rate": 0,
"store_to_quote_rate": 0,
"base_to_global_rate": 1,
"base_to_quote_rate": 1
},
"customer_is_guest": false,
"customer_note_notify": true,
"customer_tax_class_id": 3,
"store_id": 1,
"extension_attributes": {
"shipping_assignments": [
{
"shipping": {
"address": {
"id": 375,
"region": null,
"region_id": null,
"region_code": null,
"country_id": null,
"street": [
""
],
"telephone": null,
"postcode": null,
"city": null,
"firstname": null,
"lastname": null,
"customer_id": 1,
"email": "roni_cost@example.com",
"same_as_billing": 1,
"save_in_address_book": 0
},
"method": null
},
"items": [
{
"item_id": 765,
"sku": "24-WB04",
"qty": 6,
"name": "Push It Messenger Bag",
"price": 45,
"product_type": "simple",
"quote_id": "151"
},
{
"item_id": 766,
"sku": "24-WB07",
"qty": 3,
"name": "Overnight Duffle",
"price": 45,
"product_type": "simple",
"quote_id": "151"
},
{
"item_id": 767,
"sku": "24-WB03",
"qty": 3,
"name": "Driven Backpack",
"price": 36,
"product_type": "simple",
"quote_id": "151"
}
]
}
],
"mp_share_cart_token": "pHqKW1DU001Ro9KgtwEDCtOuRTdJRlbr"
}
}
Thu, 27 Feb 2020 08:09:17 GMT
Apache/2.4.38 (Ubuntu)
Thu, 19 Nov 1981 08:52:00 GMT
no-store, no-cache, must-revalidate
no-cache
PHPSESSID=g56367dsu9e2a271m9kd1360v5; expires=Thu, 27-Feb-2020 09:09:17 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly
SAMEORIGIN
2635
timeout=5, max=100
Keep-Alive
application/json; charset=utf-8
GETGet share cart token
<token>
application/json
curl --location -g '{{magento_base_url}}/rest/V1/carts/mine' \
--header 'Content-Type: application/json'
{
"id": 151,
"created_at": "2020-02-27 07:35:20",
"updated_at": "2020-02-27 08:11:55",
"is_active": true,
"is_virtual": false,
"items": [
{
"item_id": 766,
"sku": "24-WB07",
"qty": 3,
"name": "Overnight Duffle",
"price": 45,
"product_type": "simple",
"quote_id": "151"
},
{
"item_id": 767,
"sku": "24-WB03",
"qty": 3,
"name": "Driven Backpack",
"price": 36,
"product_type": "simple",
"quote_id": "151"
}
],
"items_count": 2,
"items_qty": 6,
"customer": {
"id": 1,
"group_id": 1,
"default_billing": "1",
"default_shipping": "1",
"created_at": "2019-11-11 08:09:42",
"updated_at": "2020-02-27 08:09:13",
"created_in": "Default Store View",
"dob": "1973-12-15",
"email": "roni_cost@example.com",
"firstname": "Veronica",
"lastname": "Costello",
"gender": 2,
"store_id": 1,
"website_id": 1,
"addresses": [
{
"id": 1,
"customer_id": 1,
"region": {
"region_code": "MI",
"region": "Michigan",
"region_id": 33
},
"region_id": 33,
"country_id": "US",
"street": [
"6146 Honey Bluff Parkway"
],
"telephone": "(555) 229-3326",
"postcode": "49628-7978",
"city": "Calder",
"firstname": "Veronica",
"lastname": "Costello",
"default_shipping": true,
"default_billing": true
}
],
"disable_auto_group_change": 0,
"extension_attributes": {
"is_subscribed": false
}
},
"billing_address": {
"id": 374,
"region": null,
"region_id": null,
"region_code": null,
"country_id": null,
"street": [
""
],
"telephone": null,
"postcode": null,
"city": null,
"firstname": null,
"lastname": null,
"customer_id": 1,
"email": "roni_cost@example.com",
"same_as_billing": 0,
"save_in_address_book": 0
},
"orig_order_id": 0,
"currency": {
"global_currency_code": "USD",
"base_currency_code": "USD",
"store_currency_code": "USD",
"quote_currency_code": "USD",
"store_to_base_rate": 0,
"store_to_quote_rate": 0,
"base_to_global_rate": 1,
"base_to_quote_rate": 1
},
"customer_is_guest": false,
"customer_note_notify": true,
"customer_tax_class_id": 3,
"store_id": 1,
"extension_attributes": {
"shipping_assignments": [
{
"shipping": {
"address": {
"id": 375,
"region": "Michigan",
"region_id": 33,
"region_code": "MI",
"country_id": "US",
"street": [
"320 N Crescent Dr",
"Beverly Hills"
],
"company": "Company Name",
"telephone": "123-456-0000",
"postcode": "49628-7978",
"city": "Los Angeles",
"firstname": "John",
"lastname": "Doe",
"customer_id": 1,
"email": "roni_cost@example.com",
"same_as_billing": 1,
"save_in_address_book": 0
},
"method": "tablerate_bestway"
},
"items": [
{
"item_id": 766,
"sku": "24-WB07",
"qty": 3,
"name": "Overnight Duffle",
"price": 45,
"product_type": "simple",
"quote_id": "151"
},
{
"item_id": 767,
"sku": "24-WB03",
"qty": 3,
"name": "Driven Backpack",
"price": 36,
"product_type": "simple",
"quote_id": "151"
}
]
}
],
"mp_share_cart_token": "pHqKW1DU001Ro9KgtwEDCtOuRTdJRlbr"
}
}
Thu, 27 Feb 2020 08:14:16 GMT
Apache/2.4.38 (Ubuntu)
Thu, 19 Nov 1981 08:52:00 GMT
no-store, no-cache, must-revalidate
no-cache
PHPSESSID=g56367dsu9e2a271m9kd1360v5; expires=Thu, 27-Feb-2020 09:14:16 GMT; Max-Age=3600; path=/api/api; domain=develop.mageplaza.com; HttpOnly
SAMEORIGIN
2495
timeout=5, max=100
Keep-Alive
application/json; charset=utf-8