Maginium
Admin Api
Admin Api
  • About
  • API reference
    • CustomerGroups
      • Permissions
      • Default
      • Search
    • Customers
      • Confirm
      • BillingAddress
      • ShippingAddress
      • Carts
      • Me
        • Activate
        • Password
        • BillingAddress
        • ShippingAddress
      • Search
      • Activate
      • Password
        • ResetLinkToken
      • ResetPassword
      • Validate
      • IsEmailAvailable
      • Addresses
      • Permissions
        • Readonly
    • CmsPage
      • Search
    • CmsBlock
      • Search
    • Products
      • Media
        • Types
      • Options
        • Types
      • Links
        • Types
        • Attributes
      • Websites
      • Downloadable links
        • Samples
      • Attributes
        • Options
        • Types
      • Attribute sets
        • Attributes
        • Groups
          • List
        • Sets
          • List
      • Tier prices
      • Types
      • Tier prices information
      • Tier prices delete
      • Base prices information
      • Base prices
      • Cost information
      • Cost
      • Cost delete
      • Special price information
      • Special price
      • Special price delete
      • StockItems
      • Group prices
        • Tiers
          • Price
    • Categories
      • Attributes
        • Options
      • Products
      • Move
      • List
    • StockItems
      • LowStock
        • /
    • Carts
      • Items
      • Selected payment method
      • Billing address
      • Coupons
      • Gift message
      • Order
      • Shipping methods
      • Estimate shipping methods by address id
      • Estimate shipping methods
      • Payment methods
      • Totals
      • Shipping information
      • Totals information
      • Mine
        • Items
        • Selected payment method
        • Billing address
        • Coupons
        • Payment information
        • Gift message
        • Order
        • Shipping methods
        • Estimate shipping methods by address id
        • Estimate shipping methods
        • Payment methods
        • Totals
        • Collect totals
        • Shipping information
        • Totals information
        • Set payment information
      • Licence
        • List
      • /
      • Search
    • Guest carts
      • Items
      • Selected payment method
      • Billing address
      • Coupons
      • Payment information
      • Gift message
      • Order
      • Shipping methods
      • Estimate shipping methods
      • Payment methods
      • Collect totals
      • Totals
      • Shipping information
      • Totals information
      • Set payment information
    • Orders
      • Comments
      • Statuses
      • Cancel
      • Emails
      • Hold
      • Unhold
      • Items
      • Create
    • Invoices
      • Comments
      • Emails
      • Void
      • Capture
      • /
    • Creditmemo
      • Comments
      • Emails
      • Refund
    • Shipment
      • Comments
      • Emails
      • Label
      • Track
      • /
    • Transactions
    • TaxRates
      • Search
    • TaxRules
      • Search
    • TaxClasses
      • Search
    • SalesRules
      • Search
    • Coupons
      • Search
      • Generate
      • DeleteByIds
      • DeleteByCodes
    • Bulk
      • Detailed status
      • Status
      • Operation status
    • Modules
    • Search
    • Addresses
    • Products render info
    • StockStatuses
    • Creditmemos
    • Shipments
    • Amazon shipping address
    • Amazon billing address
    • Store
      • StoreViews
      • StoreGroups
      • Websites
      • StoreConfigs
    • Adobestock
      • Asset
        • Search
        • List
      • Search
    • Directory
      • Countries
      • Currency
    • Eav
      • Attribute sets
        • List
    • AttributeMetadata
      • Customer
        • Attribute
        • Form
        • Custom
      • CustomerAddress
        • Attribute
        • Form
        • Custom
    • Bundle products
      • Links
      • Options
        • Children
        • All
        • Types
        • Add
      • Children
    • Order
      • Refund
      • Ship
      • Invoice
      • Notify orders are ready for pickup
    • Configurable products
      • Children
      • Options
        • All
      • Child
      • Variation
    • Inventory
      • Sources
      • Stocks
      • Stock source links
      • Source items
      • Low quantity notification
      • Get sources assigned to stock ordered by priority
      • Stock source links delete
      • Source items delete
      • Bulk product source assign
      • Bulk product source unassign
      • Bulk product source transfer
      • Bulk partial source transfer
      • Get distance provider code
      • Get distance
      • Get latlng from address
      • Get latslngs from address
      • Export stock salable qty
      • Dump stock index data
      • Get product salable quantity
      • Is product salable
      • Are products salable
      • Is product salable for requested qty
      • Stock resolver
      • Source selection algorithm list
      • Source selection algorithm result
      • Low quantity notifications delete
      • Are product salable for requested qty
        • /
      • In store pickup
        • Pickup locations
          • /
    • Invoice
      • Refund
    • Analytics
      • Link
    • Amazon
      • Order ref
    • Applepay
      • Auth
    • Address
      • Cleanse
    • Guest address
      • Cleanse
    • Vertex address validation
      • Vertex address
    • Integration
      • Admin
        • Token
      • Customer
        • Token
Powered by GitBook
On this page
  1. API reference
  2. Carts

Mine

PreviousTotals informationNextItems

quote Cart Management V1Get Cart For Customer Get

get

Returns information for the cart for a specified customer.

Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
get
GET /V1/carts/mine HTTP/1.1
Host: {{baseurl}}
Accept: */*
{
  "id": 74037029,
  "customer": {
    "email": "<string>",
    "firstname": "<string>",
    "lastname": "<string>",
    "id": "<integer>",
    "group_id": "<integer>",
    "default_billing": "<string>",
    "default_shipping": "<string>",
    "confirmation": "<string>",
    "created_at": "<string>",
    "updated_at": "<string>",
    "created_in": "<string>",
    "dob": "<string>",
    "middlename": "<string>",
    "prefix": "<string>",
    "suffix": "<string>",
    "gender": "<integer>",
    "store_id": "<integer>",
    "taxvat": "<string>",
    "website_id": "<integer>",
    "addresses": [
      {
        "id": "<integer>",
        "customer_id": "<integer>",
        "region": {
          "region_code": "<string>",
          "region": "<string>",
          "region_id": "<integer>",
          "extension_attributes": "<object>"
        },
        "region_id": "<integer>",
        "country_id": "<string>",
        "street": [
          "<string>",
          "<string>"
        ],
        "company": "<string>",
        "telephone": "<string>",
        "fax": "<string>",
        "postcode": "<string>",
        "city": "<string>",
        "firstname": "<string>",
        "lastname": "<string>",
        "middlename": "<string>",
        "prefix": "<string>",
        "suffix": "<string>",
        "vat_id": "<string>",
        "default_shipping": "<boolean>",
        "default_billing": "<boolean>",
        "extension_attributes": "<object>",
        "custom_attributes": [
          {
            "attribute_code": "sint proident",
            "value": "Excepteur"
          },
          {
            "attribute_code": "enim ullamco aliquip in",
            "value": "commodo ad in"
          }
        ]
      },
      {
        "id": "<integer>",
        "customer_id": "<integer>",
        "region": {
          "region_code": "<string>",
          "region": "<string>",
          "region_id": "<integer>",
          "extension_attributes": "<object>"
        },
        "region_id": "<integer>",
        "country_id": "<string>",
        "street": [
          "<string>",
          "<string>"
        ],
        "company": "<string>",
        "telephone": "<string>",
        "fax": "<string>",
        "postcode": "<string>",
        "city": "<string>",
        "firstname": "<string>",
        "lastname": "<string>",
        "middlename": "<string>",
        "prefix": "<string>",
        "suffix": "<string>",
        "vat_id": "<string>",
        "default_shipping": "<boolean>",
        "default_billing": "<boolean>",
        "extension_attributes": "<object>",
        "custom_attributes": [
          {
            "attribute_code": "incididunt aliqua",
            "value": "magna ad dolore"
          },
          {
            "attribute_code": "consequat ad",
            "value": "veniam cillum conse"
          }
        ]
      }
    ],
    "disable_auto_group_change": "<integer>",
    "extension_attributes": {
      "assistance_allowed": "<integer>",
      "is_subscribed": "<boolean>",
      "amazon_id": "<string>",
      "vertex_customer_code": "<string>",
      "vertex_customer_country": "<string>"
    },
    "custom_attributes": [
      {
        "attribute_code": "enim",
        "value": "reprehenderit in sunt dolor"
      },
      {
        "attribute_code": "officia sunt consequat",
        "value": "tempor magna"
      }
    ]
  },
  "store_id": -95989923,
  "created_at": "sit occaecat eu Ut aliquip",
  "updated_at": "cupidatat",
  "converted_at": "incididunt Excepteur ut ex",
  "is_active": false,
  "is_virtual": false,
  "items": [
    {
      "qty": -60235303.00903417,
      "quote_id": "reprehenderit dolo",
      "item_id": -65068749,
      "sku": "aliquip laborum do dolor",
      "name": "qui pariatur",
      "price": -79372135.8779948,
      "product_type": "dolor elit",
      "product_option": {
        "extension_attributes": {
          "custom_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "bundle_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "downloadable_option": {
            "downloadable_links": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          },
          "configurable_item_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ]
        }
      },
      "extension_attributes": {
        "discounts": [
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "dolore in",
            "rule_id": 84638182
          },
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "consequat et consectetur",
            "rule_id": -73680332
          }
        ]
      }
    },
    {
      "qty": -99714629.4290713,
      "quote_id": "minim ut ",
      "item_id": 36176482,
      "sku": "sit fugiat culpa dolor",
      "name": "culpa Lorem aliqua",
      "price": -91230384.41770852,
      "product_type": "in Duis ",
      "product_option": {
        "extension_attributes": {
          "custom_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "bundle_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ],
          "downloadable_option": {
            "downloadable_links": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          },
          "configurable_item_options": [
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            }
          ]
        }
      },
      "extension_attributes": {
        "discounts": [
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "c",
            "rule_id": -3344554
          },
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "ipsum Duis ",
            "rule_id": 7641916
          }
        ]
      }
    }
  ],
  "items_count": -51356028,
  "items_qty": -81361115.39957409,
  "billing_address": {
    "region": "reprehenderit laboris consectetur i",
    "region_id": 53921730,
    "region_code": "dolore sunt Duis",
    "country_id": "esse ex dolor elit",
    "street": [
      "aliqua anim",
      "Lorem"
    ],
    "telephone": "cillum deserunt consequat",
    "postcode": "proident in",
    "city": "Excepteur Lorem non laboris velit",
    "firstname": "sunt cillum",
    "lastname": "in ea",
    "email": "ex consequat",
    "id": 40739443,
    "company": "ut veniam nostrud",
    "fax": "sit ex adi",
    "middlename": "velit officia adipisicing",
    "prefix": "dolore et id",
    "suffix": "commodo est non consectetur",
    "vat_id": "velit non ex",
    "customer_id": 6994318,
    "same_as_billing": 77034783,
    "customer_address_id": -69843180,
    "save_in_address_book": -95160651,
    "extension_attributes": {
      "pickup_location_code": "esse velit eu elit",
      "discounts": [
        {
          "discount_data": {
            "value": "<Error: Too many levels of nesting to fake this schema>"
          },
          "rule_label": "commodo nulla",
          "rule_id": 14182011
        },
        {
          "discount_data": {
            "value": "<Error: Too many levels of nesting to fake this schema>"
          },
          "rule_label": "aliquip qui",
          "rule_id": -30937332
        }
      ]
    },
    "custom_attributes": [
      {
        "attribute_code": "nul",
        "value": "elit veniam incidi"
      },
      {
        "attribute_code": "cillum",
        "value": "anim labore reprehenderit nostrud"
      }
    ]
  },
  "reserved_order_id": "nostrud",
  "orig_order_id": 81019291,
  "currency": {
    "global_currency_code": "ad incididunt",
    "base_currency_code": "consequat ea Duis reprehenderit",
    "store_currency_code": "do",
    "quote_currency_code": "minim qui reprehenderit incididunt id",
    "store_to_base_rate": 96075101.25541437,
    "store_to_quote_rate": -98253402.56817544,
    "base_to_global_rate": -87143036.00693287,
    "base_to_quote_rate": -17633528.712277353,
    "extension_attributes": {}
  },
  "customer_is_guest": false,
  "customer_note": "ut",
  "customer_note_notify": true,
  "customer_tax_class_id": -62079430,
  "extension_attributes": {
    "shipping_assignments": [
      {
        "shipping": {
          "address": {
            "region": "cupidatat in labore aute",
            "region_id": 16179205,
            "region_code": "esse veniam tempor",
            "country_id": "aliquip ut",
            "street": [
              "elit Lorem",
              "dolor ex cupidatat te"
            ],
            "telephone": "est dolore sint Duis",
            "postcode": "elit nostrud magna est",
            "city": "proident ame",
            "firstname": "voluptate eu est Ut",
            "lastname": "dolore Excep",
            "email": "incididunt occaecat aliqua proident",
            "id": 75178632,
            "company": "in officia voluptate",
            "fax": "consequat laboris ",
            "middlename": "ut in veniam incididunt",
            "prefix": "aute",
            "suffix": "reprehenderit et laboris adipisicing",
            "vat_id": "consequat enim non amet",
            "customer_id": 46797978,
            "same_as_billing": -51684405,
            "customer_address_id": 91195529,
            "save_in_address_book": -94647914,
            "extension_attributes": {
              "pickup_location_code": "dolor ea velit in",
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "qui velit",
                  "rule_id": -16654100
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "cupidatat qui occaecat",
                  "rule_id": -22998862
                }
              ]
            },
            "custom_attributes": [
              {
                "attribute_code": "Excepteur qui magna",
                "value": "tempor quis"
              },
              {
                "attribute_code": "laboris in Lorem",
                "value": "ea"
              }
            ]
          },
          "method": "do adipisicing",
          "extension_attributes": {}
        },
        "items": [
          {
            "qty": -9656680.65823558,
            "quote_id": "u",
            "item_id": 7369429,
            "sku": "ea labore fugiat eu",
            "name": "tempor veniam",
            "price": 49842496.89828023,
            "product_type": "sed laboris sunt",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "Lorem reprehenderit cupidatat velit ",
                  "rule_id": -89692523
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "cupidatat consectetur",
                  "rule_id": -57203270
                }
              ]
            }
          },
          {
            "qty": 42920116.44084379,
            "quote_id": "tempor laborum",
            "item_id": 42339720,
            "sku": "fugiat reprehenderit sunt",
            "name": "reprehenderit nulla",
            "price": -19071187.166301534,
            "product_type": "culpa",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "aliquip aute in sed",
                  "rule_id": -76814556
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "quis do non occaecat",
                  "rule_id": 59906810
                }
              ]
            }
          }
        ],
        "extension_attributes": {}
      },
      {
        "shipping": {
          "address": {
            "region": "amet dolore dolor pariatur",
            "region_id": -27037474,
            "region_code": "ex laboris laborum ullamco",
            "country_id": "id mollit",
            "street": [
              "occaecat pariatur fugiat",
              "enim ut"
            ],
            "telephone": "id magna qui",
            "postcode": "ipsum cillum ",
            "city": "ex cupidatat est",
            "firstname": "eu exercitation esse",
            "lastname": "Lorem adipisicing",
            "email": "Duis magna in",
            "id": -54975167,
            "company": "in amet",
            "fax": "nostr",
            "middlename": "in",
            "prefix": "commodo cillum sint consequat",
            "suffix": "mollit aliqua cillum incididunt ad",
            "vat_id": "laboris id esse",
            "customer_id": -7738529,
            "same_as_billing": 33139415,
            "customer_address_id": -36377625,
            "save_in_address_book": 5779579,
            "extension_attributes": {
              "pickup_location_code": "minim ut sit et i",
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "Duis in eu sunt",
                  "rule_id": 25501468
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "incididunt aliqua in dolore ex",
                  "rule_id": -35907501
                }
              ]
            },
            "custom_attributes": [
              {
                "attribute_code": "aute nisi sit",
                "value": "aliquip amet"
              },
              {
                "attribute_code": "eiusmod",
                "value": "ad ut laborum dolor"
              }
            ]
          },
          "method": "nostrud laborum dolor enim",
          "extension_attributes": {}
        },
        "items": [
          {
            "qty": -21647805.448420867,
            "quote_id": "nulla fugiat elit voluptate Duis",
            "item_id": -62969612,
            "sku": "velit elit",
            "name": "voluptate ut aute",
            "price": -94390165.29568787,
            "product_type": "dolore sint",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "eu ipsum nulla aute officia",
                  "rule_id": 80465030
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "consequat laboris mollit culpa",
                  "rule_id": 67640001
                }
              ]
            }
          },
          {
            "qty": -23601587.952006355,
            "quote_id": "consectetur consequat adipisicing quis",
            "item_id": -29683391,
            "sku": "mollit consequat sunt anim",
            "name": "ut quis anim est",
            "price": 56592393.2778326,
            "product_type": "Lorem deserunt consequat",
            "product_option": {
              "extension_attributes": {
                "custom_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "bundle_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ],
                "downloadable_option": {
                  "downloadable_links": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                },
                "configurable_item_options": [
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  }
                ]
              }
            },
            "extension_attributes": {
              "discounts": [
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "aliqua velit amet",
                  "rule_id": -8821695
                },
                {
                  "discount_data": {
                    "value": "<Error: Too many levels of nesting to fake this schema>"
                  },
                  "rule_label": "minim elit",
                  "rule_id": 83711552
                }
              ]
            }
          }
        ],
        "extension_attributes": {}
      }
    ],
    "amazon_order_reference_id": {
      "id": "esse non",
      "amazon_order_reference_id": "occae",
      "quote_id": 33842899,
      "sandbox_simulation_reference": "sed elit labore cupidatat",
      "confirmed": false
    }
  }
}

quote Cart Management V1Create Empty Cart For Customer Post

post

Creates an empty cart and quote for a specified customer if customer does not have a cart yet.

Body
Responses
200
OK
application/json
Responseobject
400
Bad Request
application/json
401
Unauthorized
application/json
500
Internal Server Error
application/json
post
POST /V1/carts/mine HTTP/1.1
Host: {{baseurl}}
Accept: */*
91379258
  • GETquote Cart Management V1Get Cart For Customer Get
  • POSTquote Cart Management V1Create Empty Cart For Customer Post
  • PUTquote Cart Repository V1Save Put

quote Cart Repository V1Save Put

put

Save quote

Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"quote":{"id":-57122760,"customer":{"email":"<string>","firstname":"<string>","lastname":"<string>","id":"<integer>","group_id":"<integer>","default_billing":"<string>","default_shipping":"<string>","confirmation":"<string>","created_at":"<string>","updated_at":"<string>","created_in":"<string>","dob":"<string>","middlename":"<string>","prefix":"<string>","suffix":"<string>","gender":"<integer>","store_id":"<integer>","taxvat":"<string>","website_id":"<integer>","addresses":[{"id":"<integer>","customer_id":"<integer>","region":{"region_code":"<string>","region":"<string>","region_id":"<integer>","extension_attributes":"<object>"},"region_id":"<integer>","country_id":"<string>","street":["<string>","<string>"],"company":"<string>","telephone":"<string>","fax":"<string>","postcode":"<string>","city":"<string>","firstname":"<string>","lastname":"<string>","middlename":"<string>","prefix":"<string>","suffix":"<string>","vat_id":"<string>","default_shipping":"<boolean>","default_billing":"<boolean>","extension_attributes":"<object>","custom_attributes":[{"attribute_code":"ea","value":"labore"},{"attribute_code":"et Excepteur aliqua enim dolor","value":"ullamco Excepteur sint cupidatat"}]},{"id":"<integer>","customer_id":"<integer>","region":{"region_code":"<string>","region":"<string>","region_id":"<integer>","extension_attributes":"<object>"},"region_id":"<integer>","country_id":"<string>","street":["<string>","<string>"],"company":"<string>","telephone":"<string>","fax":"<string>","postcode":"<string>","city":"<string>","firstname":"<string>","lastname":"<string>","middlename":"<string>","prefix":"<string>","suffix":"<string>","vat_id":"<string>","default_shipping":"<boolean>","default_billing":"<boolean>","extension_attributes":"<object>","custom_attributes":[{"attribute_code":"deserunt ","value":"est et"},{"attribute_code":"do amet","value":"in labore"}]}],"disable_auto_group_change":"<integer>","extension_attributes":{"assistance_allowed":"<integer>","is_subscribed":"<boolean>","amazon_id":"<string>","vertex_customer_code":"<string>","vertex_customer_country":"<string>"},"custom_attributes":[{"attribute_code":"Excepteur occaecat Duis","value":"commodo"},{"attribute_code":"dolore eu","value":"in velit"}]},"store_id":44321555,"created_at":"quis veniam reprehenderit","updated_at":"laboris cupidatat labore","converted_at":"velit id aliqua eu","is_active":true,"is_virtual":true,"items":[{"qty":96759732.41621491,"quote_id":"eiusmod do ea","item_id":-92465358,"sku":"eiusmod quis qui","name":"nulla in proi","price":-89348624.50100307,"product_type":"enim","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"nostrud cillum est sint","rule_id":3734213},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"proident adipisicing","rule_id":33730751}]}},{"qty":-7147317.704405293,"quote_id":"dolor cupidatat ullamco","item_id":-13894443,"sku":"dolor in anim","name":"officia c","price":-1160705.1511073261,"product_type":"aute magna mollit aliqua","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"mollit dolore in anim","rule_id":63116040},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"la","rule_id":-29981691}]}}],"items_count":-65445238,"items_qty":-80801104.8970084,"billing_address":{"region":"in magna","region_id":-94031091,"region_code":"nulla velit Lorem aute","country_id":"consequat ut do ut","street":["in nulla cillum magna commodo","sit id minim sunt"],"telephone":"eu labo","postcode":"sunt et dolor aute","city":"culpa ullamco sit velit mollit","firstname":"do magna","lastname":"magna ut incididunt reprehenderit","email":"irure consequat proident","id":93690738,"company":"qui","fax":"dolor","middlename":"ea","prefix":"tempor anim cillum","suffix":"aliquip Ut","vat_id":"id ut quis in","customer_id":-59374143,"same_as_billing":60094862,"customer_address_id":15062881,"save_in_address_book":21743533,"extension_attributes":{"pickup_location_code":"non do aute eu anim","discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"cillum nostrud","rule_id":31018260},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"cupidatat do ut nostrud","rule_id":2491745}]},"custom_attributes":[{"attribute_code":"adipisicing Lorem enim ipsum irure","value":"commodo cupidatat do minim"},{"attribute_code":"adipisicing culpa consequat","value":"dolor aliqua ad"}]},"reserved_order_id":"consectetur esse laborum sit","orig_order_id":18596160,"currency":{"global_currency_code":"nisi deserunt do dolore","base_currency_code":"esse ex aliqua","store_currency_code":"minim et","quote_currency_code":"eiusmod proident sunt ","store_to_base_rate":57151897.395089656,"store_to_quote_rate":7214025.114474997,"base_to_global_rate":-77710062.22339404,"base_to_quote_rate":-91249768.6132649,"extension_attributes":{}},"customer_is_guest":true,"customer_note":"anim qui enim aliqua","customer_note_notify":true,"customer_tax_class_id":-42838136,"extension_attributes":{"shipping_assignments":[{"shipping":{"address":{"region":"id labore culpa do ut","region_id":47518377,"region_code":"nulla commodo","country_id":"pariatur aliqua in cupidatat","street":["qui minim","eu do sunt in"],"telephone":"nulla incididunt elit cupidatat","postcode":"nulla","city":"reprehenderit do nulla labore","firstname":"velit ut","lastname":"aute laboris incididunt sunt","email":"irure fugiat esse","id":70867903,"company":"enim adipisicing","fax":"voluptate aliquip sit eiusmod","middlename":"veniam occaecat anim ex","prefix":"velit veniam proident ea consequat","suffix":"cillum officia nisi id","vat_id":"ad pariatur sit fugiat","customer_id":42326051,"same_as_billing":4609260,"customer_address_id":-96979437,"save_in_address_book":91988364,"extension_attributes":{"pickup_location_code":"amet tempor qui reprehenderit","discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"ipsum exercitation sed","rule_id":-8085839},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"et commodo Excepteur","rule_id":29140545}]},"custom_attributes":[{"attribute_code":"ad tempor laborum aliquip","value":"la"},{"attribute_code":"et consequat sit","value":"sint in magna"}]},"method":"Ut","extension_attributes":{}},"items":[{"qty":28509802.166421622,"quote_id":"velit irure do c","item_id":-77171076,"sku":"consequat do veniam p","name":"adipisicing consequat ea nisi","price":1850623.5944194794,"product_type":"eu et incididunt in","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"aliquip consectetur cillum","rule_id":53603560},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"esse dolor ea","rule_id":43487351}]}},{"qty":-17165032.10449721,"quote_id":"ex in dolore sit","item_id":46987447,"sku":"irure in adipisicing nulla deserunt","name":"laboris exercitation sint","price":74398772.96457958,"product_type":"proident elit","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"aute nisi","rule_id":-54862646},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"ex","rule_id":-70914553}]}}],"extension_attributes":{}},{"shipping":{"address":{"region":"commodo nisi dolor ex dolor","region_id":-1771248,"region_code":"tempor eiusmod non nisi aliquip","country_id":"ipsum laborum adipisicing pariatur","street":["nulla velit laborum","esse voluptate ut irure deserunt"],"telephone":"sunt et exercitation","postcode":"eu ","city":"Ut sed nostrud anim","firstname":"eiusmod ad minim","lastname":"ut ad consequat tempor","email":"incididunt sunt laborum consequat","id":6207539,"company":"fugiat dolor","fax":"quis officia","middlename":"Excepteur reprehenderit","prefix":"tempor officia veniam Excepteur","suffix":"dolore Excepteur","vat_id":"in","customer_id":-12723605,"same_as_billing":-35039793,"customer_address_id":76443153,"save_in_address_book":-79451153,"extension_attributes":{"pickup_location_code":"dolore minim magna","discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"minim amet tempor aliquip et","rule_id":1482362},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"sit culpa","rule_id":58765384}]},"custom_attributes":[{"attribute_code":"ut Lorem eu","value":"nostrud officia voluptate pariatur esse"},{"attribute_code":"officia","value":"eu consequat"}]},"method":"do consequat elit est","extension_attributes":{}},"items":[{"qty":86424717.1782301,"quote_id":"culpa pariatur minim","item_id":-16375823,"sku":"est non do","name":"veniam dolor ipsum pro","price":-30110505.267386496,"product_type":"ea consequat culpa ut eu","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"nisi in","rule_id":-9236148},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"anim elit Ut","rule_id":78832882}]}},{"qty":35135757.51994109,"quote_id":"laboris cupidatat","item_id":42549731,"sku":"officia sunt dolor","name":"voluptate consectetur","price":-72885783.51177298,"product_type":"minim in non Ut cillum","product_option":{"extension_attributes":{"custom_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"bundle_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}],"downloadable_option":{"downloadable_links":{"value":"<Error: Too many levels of nesting to fake this schema>"}},"configurable_item_options":[{"value":"<Error: Too many levels of nesting to fake this schema>"},{"value":"<Error: Too many levels of nesting to fake this schema>"}]}},"extension_attributes":{"discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"culpa sint","rule_id":-72578828},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"elit velit cupidatat","rule_id":-30857126}]}}],"extension_attributes":{}}],"amazon_order_reference_id":{"id":"in mollit velit quis","amazon_order_reference_id":"non voluptate anim proident","quote_id":-64110710,"sandbox_simulation_reference":"est consequat","confirmed":false}}}}
Responses
401
Unauthorized
application/json
Responseobject
500
Internal Server Error
application/json
put
PUT /V1/carts/mine HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 14038

{
  "quote": {
    "id": -57122760,
    "customer": {
      "email": "<string>",
      "firstname": "<string>",
      "lastname": "<string>",
      "id": "<integer>",
      "group_id": "<integer>",
      "default_billing": "<string>",
      "default_shipping": "<string>",
      "confirmation": "<string>",
      "created_at": "<string>",
      "updated_at": "<string>",
      "created_in": "<string>",
      "dob": "<string>",
      "middlename": "<string>",
      "prefix": "<string>",
      "suffix": "<string>",
      "gender": "<integer>",
      "store_id": "<integer>",
      "taxvat": "<string>",
      "website_id": "<integer>",
      "addresses": [
        {
          "id": "<integer>",
          "customer_id": "<integer>",
          "region": {
            "region_code": "<string>",
            "region": "<string>",
            "region_id": "<integer>",
            "extension_attributes": "<object>"
          },
          "region_id": "<integer>",
          "country_id": "<string>",
          "street": [
            "<string>",
            "<string>"
          ],
          "company": "<string>",
          "telephone": "<string>",
          "fax": "<string>",
          "postcode": "<string>",
          "city": "<string>",
          "firstname": "<string>",
          "lastname": "<string>",
          "middlename": "<string>",
          "prefix": "<string>",
          "suffix": "<string>",
          "vat_id": "<string>",
          "default_shipping": "<boolean>",
          "default_billing": "<boolean>",
          "extension_attributes": "<object>",
          "custom_attributes": [
            {
              "attribute_code": "ea",
              "value": "labore"
            },
            {
              "attribute_code": "et Excepteur aliqua enim dolor",
              "value": "ullamco Excepteur sint cupidatat"
            }
          ]
        },
        {
          "id": "<integer>",
          "customer_id": "<integer>",
          "region": {
            "region_code": "<string>",
            "region": "<string>",
            "region_id": "<integer>",
            "extension_attributes": "<object>"
          },
          "region_id": "<integer>",
          "country_id": "<string>",
          "street": [
            "<string>",
            "<string>"
          ],
          "company": "<string>",
          "telephone": "<string>",
          "fax": "<string>",
          "postcode": "<string>",
          "city": "<string>",
          "firstname": "<string>",
          "lastname": "<string>",
          "middlename": "<string>",
          "prefix": "<string>",
          "suffix": "<string>",
          "vat_id": "<string>",
          "default_shipping": "<boolean>",
          "default_billing": "<boolean>",
          "extension_attributes": "<object>",
          "custom_attributes": [
            {
              "attribute_code": "deserunt ",
              "value": "est et"
            },
            {
              "attribute_code": "do amet",
              "value": "in labore"
            }
          ]
        }
      ],
      "disable_auto_group_change": "<integer>",
      "extension_attributes": {
        "assistance_allowed": "<integer>",
        "is_subscribed": "<boolean>",
        "amazon_id": "<string>",
        "vertex_customer_code": "<string>",
        "vertex_customer_country": "<string>"
      },
      "custom_attributes": [
        {
          "attribute_code": "Excepteur occaecat Duis",
          "value": "commodo"
        },
        {
          "attribute_code": "dolore eu",
          "value": "in velit"
        }
      ]
    },
    "store_id": 44321555,
    "created_at": "quis veniam reprehenderit",
    "updated_at": "laboris cupidatat labore",
    "converted_at": "velit id aliqua eu",
    "is_active": true,
    "is_virtual": true,
    "items": [
      {
        "qty": 96759732.41621491,
        "quote_id": "eiusmod do ea",
        "item_id": -92465358,
        "sku": "eiusmod quis qui",
        "name": "nulla in proi",
        "price": -89348624.50100307,
        "product_type": "enim",
        "product_option": {
          "extension_attributes": {
            "custom_options": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ],
            "bundle_options": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ],
            "downloadable_option": {
              "downloadable_links": {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            },
            "configurable_item_options": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ]
          }
        },
        "extension_attributes": {
          "discounts": [
            {
              "discount_data": {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              "rule_label": "nostrud cillum est sint",
              "rule_id": 3734213
            },
            {
              "discount_data": {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              "rule_label": "proident adipisicing",
              "rule_id": 33730751
            }
          ]
        }
      },
      {
        "qty": -7147317.704405293,
        "quote_id": "dolor cupidatat ullamco",
        "item_id": -13894443,
        "sku": "dolor in anim",
        "name": "officia c",
        "price": -1160705.1511073261,
        "product_type": "aute magna mollit aliqua",
        "product_option": {
          "extension_attributes": {
            "custom_options": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ],
            "bundle_options": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ],
            "downloadable_option": {
              "downloadable_links": {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            },
            "configurable_item_options": [
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              }
            ]
          }
        },
        "extension_attributes": {
          "discounts": [
            {
              "discount_data": {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              "rule_label": "mollit dolore in anim",
              "rule_id": 63116040
            },
            {
              "discount_data": {
                "value": "<Error: Too many levels of nesting to fake this schema>"
              },
              "rule_label": "la",
              "rule_id": -29981691
            }
          ]
        }
      }
    ],
    "items_count": -65445238,
    "items_qty": -80801104.8970084,
    "billing_address": {
      "region": "in magna",
      "region_id": -94031091,
      "region_code": "nulla velit Lorem aute",
      "country_id": "consequat ut do ut",
      "street": [
        "in nulla cillum magna commodo",
        "sit id minim sunt"
      ],
      "telephone": "eu labo",
      "postcode": "sunt et dolor aute",
      "city": "culpa ullamco sit velit mollit",
      "firstname": "do magna",
      "lastname": "magna ut incididunt reprehenderit",
      "email": "irure consequat proident",
      "id": 93690738,
      "company": "qui",
      "fax": "dolor",
      "middlename": "ea",
      "prefix": "tempor anim cillum",
      "suffix": "aliquip Ut",
      "vat_id": "id ut quis in",
      "customer_id": -59374143,
      "same_as_billing": 60094862,
      "customer_address_id": 15062881,
      "save_in_address_book": 21743533,
      "extension_attributes": {
        "pickup_location_code": "non do aute eu anim",
        "discounts": [
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "cillum nostrud",
            "rule_id": 31018260
          },
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "cupidatat do ut nostrud",
            "rule_id": 2491745
          }
        ]
      },
      "custom_attributes": [
        {
          "attribute_code": "adipisicing Lorem enim ipsum irure",
          "value": "commodo cupidatat do minim"
        },
        {
          "attribute_code": "adipisicing culpa consequat",
          "value": "dolor aliqua ad"
        }
      ]
    },
    "reserved_order_id": "consectetur esse laborum sit",
    "orig_order_id": 18596160,
    "currency": {
      "global_currency_code": "nisi deserunt do dolore",
      "base_currency_code": "esse ex aliqua",
      "store_currency_code": "minim et",
      "quote_currency_code": "eiusmod proident sunt ",
      "store_to_base_rate": 57151897.395089656,
      "store_to_quote_rate": 7214025.114474997,
      "base_to_global_rate": -77710062.22339404,
      "base_to_quote_rate": -91249768.6132649,
      "extension_attributes": {}
    },
    "customer_is_guest": true,
    "customer_note": "anim qui enim aliqua",
    "customer_note_notify": true,
    "customer_tax_class_id": -42838136,
    "extension_attributes": {
      "shipping_assignments": [
        {
          "shipping": {
            "address": {
              "region": "id labore culpa do ut",
              "region_id": 47518377,
              "region_code": "nulla commodo",
              "country_id": "pariatur aliqua in cupidatat",
              "street": [
                "qui minim",
                "eu do sunt in"
              ],
              "telephone": "nulla incididunt elit cupidatat",
              "postcode": "nulla",
              "city": "reprehenderit do nulla labore",
              "firstname": "velit ut",
              "lastname": "aute laboris incididunt sunt",
              "email": "irure fugiat esse",
              "id": 70867903,
              "company": "enim adipisicing",
              "fax": "voluptate aliquip sit eiusmod",
              "middlename": "veniam occaecat anim ex",
              "prefix": "velit veniam proident ea consequat",
              "suffix": "cillum officia nisi id",
              "vat_id": "ad pariatur sit fugiat",
              "customer_id": 42326051,
              "same_as_billing": 4609260,
              "customer_address_id": -96979437,
              "save_in_address_book": 91988364,
              "extension_attributes": {
                "pickup_location_code": "amet tempor qui reprehenderit",
                "discounts": [
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "ipsum exercitation sed",
                    "rule_id": -8085839
                  },
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "et commodo Excepteur",
                    "rule_id": 29140545
                  }
                ]
              },
              "custom_attributes": [
                {
                  "attribute_code": "ad tempor laborum aliquip",
                  "value": "la"
                },
                {
                  "attribute_code": "et consequat sit",
                  "value": "sint in magna"
                }
              ]
            },
            "method": "Ut",
            "extension_attributes": {}
          },
          "items": [
            {
              "qty": 28509802.166421622,
              "quote_id": "velit irure do c",
              "item_id": -77171076,
              "sku": "consequat do veniam p",
              "name": "adipisicing consequat ea nisi",
              "price": 1850623.5944194794,
              "product_type": "eu et incididunt in",
              "product_option": {
                "extension_attributes": {
                  "custom_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "bundle_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "downloadable_option": {
                    "downloadable_links": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  },
                  "configurable_item_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ]
                }
              },
              "extension_attributes": {
                "discounts": [
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "aliquip consectetur cillum",
                    "rule_id": 53603560
                  },
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "esse dolor ea",
                    "rule_id": 43487351
                  }
                ]
              }
            },
            {
              "qty": -17165032.10449721,
              "quote_id": "ex in dolore sit",
              "item_id": 46987447,
              "sku": "irure in adipisicing nulla deserunt",
              "name": "laboris exercitation sint",
              "price": 74398772.96457958,
              "product_type": "proident elit",
              "product_option": {
                "extension_attributes": {
                  "custom_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "bundle_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "downloadable_option": {
                    "downloadable_links": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  },
                  "configurable_item_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ]
                }
              },
              "extension_attributes": {
                "discounts": [
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "aute nisi",
                    "rule_id": -54862646
                  },
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "ex",
                    "rule_id": -70914553
                  }
                ]
              }
            }
          ],
          "extension_attributes": {}
        },
        {
          "shipping": {
            "address": {
              "region": "commodo nisi dolor ex dolor",
              "region_id": -1771248,
              "region_code": "tempor eiusmod non nisi aliquip",
              "country_id": "ipsum laborum adipisicing pariatur",
              "street": [
                "nulla velit laborum",
                "esse voluptate ut irure deserunt"
              ],
              "telephone": "sunt et exercitation",
              "postcode": "eu ",
              "city": "Ut sed nostrud anim",
              "firstname": "eiusmod ad minim",
              "lastname": "ut ad consequat tempor",
              "email": "incididunt sunt laborum consequat",
              "id": 6207539,
              "company": "fugiat dolor",
              "fax": "quis officia",
              "middlename": "Excepteur reprehenderit",
              "prefix": "tempor officia veniam Excepteur",
              "suffix": "dolore Excepteur",
              "vat_id": "in",
              "customer_id": -12723605,
              "same_as_billing": -35039793,
              "customer_address_id": 76443153,
              "save_in_address_book": -79451153,
              "extension_attributes": {
                "pickup_location_code": "dolore minim magna",
                "discounts": [
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "minim amet tempor aliquip et",
                    "rule_id": 1482362
                  },
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "sit culpa",
                    "rule_id": 58765384
                  }
                ]
              },
              "custom_attributes": [
                {
                  "attribute_code": "ut Lorem eu",
                  "value": "nostrud officia voluptate pariatur esse"
                },
                {
                  "attribute_code": "officia",
                  "value": "eu consequat"
                }
              ]
            },
            "method": "do consequat elit est",
            "extension_attributes": {}
          },
          "items": [
            {
              "qty": 86424717.1782301,
              "quote_id": "culpa pariatur minim",
              "item_id": -16375823,
              "sku": "est non do",
              "name": "veniam dolor ipsum pro",
              "price": -30110505.267386496,
              "product_type": "ea consequat culpa ut eu",
              "product_option": {
                "extension_attributes": {
                  "custom_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "bundle_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "downloadable_option": {
                    "downloadable_links": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  },
                  "configurable_item_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ]
                }
              },
              "extension_attributes": {
                "discounts": [
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "nisi in",
                    "rule_id": -9236148
                  },
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "anim elit Ut",
                    "rule_id": 78832882
                  }
                ]
              }
            },
            {
              "qty": 35135757.51994109,
              "quote_id": "laboris cupidatat",
              "item_id": 42549731,
              "sku": "officia sunt dolor",
              "name": "voluptate consectetur",
              "price": -72885783.51177298,
              "product_type": "minim in non Ut cillum",
              "product_option": {
                "extension_attributes": {
                  "custom_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "bundle_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ],
                  "downloadable_option": {
                    "downloadable_links": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  },
                  "configurable_item_options": [
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    }
                  ]
                }
              },
              "extension_attributes": {
                "discounts": [
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "culpa sint",
                    "rule_id": -72578828
                  },
                  {
                    "discount_data": {
                      "value": "<Error: Too many levels of nesting to fake this schema>"
                    },
                    "rule_label": "elit velit cupidatat",
                    "rule_id": -30857126
                  }
                ]
              }
            }
          ],
          "extension_attributes": {}
        }
      ],
      "amazon_order_reference_id": {
        "id": "in mollit velit quis",
        "amazon_order_reference_id": "non voluptate anim proident",
        "quote_id": -64110710,
        "sandbox_simulation_reference": "est consequat",
        "confirmed": false
      }
    }
  }
}
{
  "message": "sint adipisicing officia veniam",
  "errors": [
    {
      "message": "anim exercitation officia proident",
      "parameters": [
        {
          "resources": "ullamco dolore velit",
          "fieldName": "sint",
          "fieldValue": "aliqua sit"
        },
        {
          "resources": "mollit nisi",
          "fieldName": "adipisicing quis sit",
          "fieldValue": "irure ut sint"
        }
      ]
    },
    {
      "message": "consectetur dolor velit",
      "parameters": [
        {
          "resources": "ad",
          "fieldName": "id ad exercitation aliqua",
          "fieldValue": "ullamco labore culpa sunt"
        },
        {
          "resources": "aliqua Ut sunt",
          "fieldName": "ea qui ipsum incididunt deserunt",
          "fieldValue": "aliquip mollit"
        }
      ]
    }
  ],
  "code": -28507465,
  "parameters": [
    {
      "resources": "reprehe",
      "fieldName": "labore c",
      "fieldValue": "am"
    },
    {
      "resources": "et magna",
      "fieldName": "ea ipsum ut",
      "fieldValue": "consectetur proident ex"
    }
  ],
  "trace": "occaecat deserunt"
}