Shipping information

checkout Guest Shipping Information Management V1Save Address Information Post

post
Path parameters
cartIdstringRequired

(Required)

Example: <string>
Header parameters
Content-TypestringOptionalExample: application/json
Body
objectOptionalExample: {"addressInformation":{"shipping_address":{"region":"in dolore enim reprehenderit veniam","region_id":91839285,"region_code":"tempor consequat","country_id":"nisi sit dolor do","street":["aliquip ut qui","cupidatat do dolore quis Ut"],"telephone":"dolore in","postcode":"voluptate non nostrud quis qui","city":"anim","firstname":"deserunt nulla voluptate qui","lastname":"sunt sed proident ut consequat","email":"aliqui","id":-83520718,"company":"do nisi","fax":"mollit est dolore an","middlename":"qui quis esse","prefix":"reprehenderit aute anim et sed","suffix":"sint laboris consequat in Lorem","vat_id":"amet non Lorem do id","customer_id":22516819,"same_as_billing":-41808686,"customer_address_id":-41723553,"save_in_address_book":-76211689,"extension_attributes":{"pickup_location_code":"dolore cup","discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"minim tem","rule_id":-3973212},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"amet Duis veniam dolore","rule_id":-97713200}]},"custom_attributes":[{"attribute_code":"nisi aute anim Excepteur","value":"sint enim"},{"attribute_code":"Ut","value":"dolor sed reprehe"}]},"shipping_method_code":"<string>","shipping_carrier_code":"<string>","billing_address":{"region":"sunt aute elit deserunt","region_id":-99061269,"region_code":"nisi irure","country_id":"incididunt","street":["Ut aliquip consectetur","Lorem"],"telephone":"occaecat ex dolor","postcode":"","city":"proident","firstname":"ipsum esse amet","lastname":"proident aliquip","email":"anim qui ullamco pariatur fugiat","id":65376456,"company":"sunt consectetur amet","fax":"aliqua","middlename":"eu in","prefix":"eiusmod nisi et","suffix":"non","vat_id":"id quis sit aute qui","customer_id":-57128946,"same_as_billing":13750028,"customer_address_id":49872984,"save_in_address_book":-54320657,"extension_attributes":{"pickup_location_code":"culpa labore officia dolor ea","discounts":[{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"labor","rule_id":40780595},{"discount_data":{"value":"<Error: Too many levels of nesting to fake this schema>"},"rule_label":"in dolor sed","rule_id":9266095}]},"custom_attributes":[{"attribute_code":"voluptate dolore ex","value":"id minim"},{"attribute_code":"e","value":"dolor pariatur id"}]},"extension_attributes":"<object>","custom_attributes":[{"attribute_code":"Excepteur reprehender","value":"aliqua proident qui"},{"attribute_code":"non ea","value":"in cillum anim id"}]}}
Responses
200

OK

application/json
Responseobject
post
/V1/guest-carts/{cartId}/shipping-information
POST /V1/guest-carts/{cartId}/shipping-information HTTP/1.1
Host: {{baseurl}}
Content-Type: application/json
Accept: */*
Content-Length: 2592

{
  "addressInformation": {
    "shipping_address": {
      "region": "in dolore enim reprehenderit veniam",
      "region_id": 91839285,
      "region_code": "tempor consequat",
      "country_id": "nisi sit dolor do",
      "street": [
        "aliquip ut qui",
        "cupidatat do dolore quis Ut"
      ],
      "telephone": "dolore in",
      "postcode": "voluptate non nostrud quis qui",
      "city": "anim",
      "firstname": "deserunt nulla voluptate qui",
      "lastname": "sunt sed proident ut consequat",
      "email": "aliqui",
      "id": -83520718,
      "company": "do nisi",
      "fax": "mollit est dolore an",
      "middlename": "qui quis esse",
      "prefix": "reprehenderit aute anim et sed",
      "suffix": "sint laboris consequat in Lorem",
      "vat_id": "amet non Lorem do id",
      "customer_id": 22516819,
      "same_as_billing": -41808686,
      "customer_address_id": -41723553,
      "save_in_address_book": -76211689,
      "extension_attributes": {
        "pickup_location_code": "dolore cup",
        "discounts": [
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "minim tem",
            "rule_id": -3973212
          },
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "amet Duis veniam dolore",
            "rule_id": -97713200
          }
        ]
      },
      "custom_attributes": [
        {
          "attribute_code": "nisi aute anim Excepteur",
          "value": "sint enim"
        },
        {
          "attribute_code": "Ut",
          "value": "dolor sed reprehe"
        }
      ]
    },
    "shipping_method_code": "<string>",
    "shipping_carrier_code": "<string>",
    "billing_address": {
      "region": "sunt aute elit deserunt",
      "region_id": -99061269,
      "region_code": "nisi irure",
      "country_id": "incididunt",
      "street": [
        "Ut aliquip consectetur",
        "Lorem"
      ],
      "telephone": "occaecat ex dolor",
      "postcode": "",
      "city": "proident",
      "firstname": "ipsum esse amet",
      "lastname": "proident aliquip",
      "email": "anim qui ullamco pariatur fugiat",
      "id": 65376456,
      "company": "sunt consectetur amet",
      "fax": "aliqua",
      "middlename": "eu in",
      "prefix": "eiusmod nisi et",
      "suffix": "non",
      "vat_id": "id quis sit aute qui",
      "customer_id": -57128946,
      "same_as_billing": 13750028,
      "customer_address_id": 49872984,
      "save_in_address_book": -54320657,
      "extension_attributes": {
        "pickup_location_code": "culpa labore officia dolor ea",
        "discounts": [
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "labor",
            "rule_id": 40780595
          },
          {
            "discount_data": {
              "value": "<Error: Too many levels of nesting to fake this schema>"
            },
            "rule_label": "in dolor sed",
            "rule_id": 9266095
          }
        ]
      },
      "custom_attributes": [
        {
          "attribute_code": "voluptate dolore ex",
          "value": "id minim"
        },
        {
          "attribute_code": "e",
          "value": "dolor pariatur id"
        }
      ]
    },
    "extension_attributes": "<object>",
    "custom_attributes": [
      {
        "attribute_code": "Excepteur reprehender",
        "value": "aliqua proident qui"
      },
      {
        "attribute_code": "non ea",
        "value": "in cillum anim id"
      }
    ]
  }
}
{
  "payment_methods": [
    {
      "code": "deserunt do in laborum",
      "title": "aute sunt enim officia"
    },
    {
      "code": "amet",
      "title": "dolore deserunt"
    }
  ],
  "totals": {
    "weee_tax_applied_amount": 99234893.77747533,
    "total_segments": [
      {
        "code": "minim Lorem",
        "value": -2248756.4386974424,
        "title": "qui et laborum ad",
        "area": "do qui",
        "extension_attributes": {
          "tax_grandtotal_details": [
            {
              "amount": 55701388.14952478,
              "rates": [
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                },
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                }
              ],
              "group_id": 51670142
            },
            {
              "amount": 74100334.86008167,
              "rates": [
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                },
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                }
              ],
              "group_id": -18160999
            }
          ],
          "vertex_tax_calculation_messages": [
            "ullamco commodo Excepteur ut",
            "of"
          ]
        }
      },
      {
        "code": "",
        "value": 69839449.85392183,
        "title": "elit sed sint",
        "area": "s",
        "extension_attributes": {
          "tax_grandtotal_details": [
            {
              "amount": 21702113.62615238,
              "rates": [
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                },
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                }
              ],
              "group_id": -61368748
            },
            {
              "amount": -59918469.44821222,
              "rates": [
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                },
                {
                  "value": "<Error: Too many levels of nesting to fake this schema>"
                }
              ],
              "group_id": -46088270
            }
          ],
          "vertex_tax_calculation_messages": [
            "Ut velit incididunt",
            "in"
          ]
        }
      }
    ],
    "grand_total": 15505714.253978372,
    "base_grand_total": -32202033.86666985,
    "subtotal": -62174169.21826948,
    "base_subtotal": 90091551.17900565,
    "discount_amount": 38876007.101442546,
    "base_discount_amount": -23782731.463969767,
    "subtotal_with_discount": -70100678.31908469,
    "base_subtotal_with_discount": 99461275.79835412,
    "shipping_amount": -1656861.9189197123,
    "base_shipping_amount": -48079502.053705744,
    "shipping_discount_amount": 77030151.74572831,
    "base_shipping_discount_amount": -84349051.94884354,
    "tax_amount": 25993610.491242602,
    "base_tax_amount": -55273606.648034826,
    "shipping_tax_amount": 49154556.35198441,
    "base_shipping_tax_amount": -17189126.493037626,
    "subtotal_incl_tax": -96509997.0768342,
    "base_subtotal_incl_tax": 66206805.47262728,
    "shipping_incl_tax": 79587837.60411054,
    "base_shipping_incl_tax": 36711484.99221614,
    "base_currency_code": "sint",
    "quote_currency_code": "laborum do adipisici",
    "coupon_code": "pariatur",
    "items_qty": -74407494,
    "items": [
      {
        "item_id": -3732193,
        "price": -46555134.29438702,
        "base_price": -8364970.515636653,
        "qty": -14240659.234266266,
        "row_total": 93278231.80123937,
        "base_row_total": 95451606.42505768,
        "options": "est pariatur velit id",
        "weee_tax_applied_amount": -60044476.08419827,
        "weee_tax_applied": "Ut nostrud",
        "row_total_with_discount": 44790745.71187681,
        "tax_amount": 4314403.612548381,
        "base_tax_amount": -86669566.39424846,
        "tax_percent": -28230760.213681087,
        "discount_amount": 15140263.819226041,
        "base_discount_amount": 52536192.83385831,
        "discount_percent": -61403668.218807675,
        "price_incl_tax": -52184917.482550874,
        "base_price_incl_tax": -15870369.57897681,
        "row_total_incl_tax": 98301049.07072315,
        "base_row_total_incl_tax": 92230168.46224627,
        "extension_attributes": {},
        "name": "mollit dolor"
      },
      {
        "item_id": -26213904,
        "price": -83319976.07598191,
        "base_price": -44113154.45220789,
        "qty": -621163.4945136905,
        "row_total": 64465023.54365027,
        "base_row_total": 26939867.638823718,
        "options": "amet fugiat ut voluptate",
        "weee_tax_applied_amount": -15632062.933786184,
        "weee_tax_applied": "au",
        "row_total_with_discount": -11057376.114937335,
        "tax_amount": -33941141.37015065,
        "base_tax_amount": 60012982.00764117,
        "tax_percent": -53712873.10613142,
        "discount_amount": 77383025.31472653,
        "base_discount_amount": -27652757.97586359,
        "discount_percent": -43819850.73850725,
        "price_incl_tax": 14312190.468128443,
        "base_price_incl_tax": 11595302.27741991,
        "row_total_incl_tax": -57770212.64065407,
        "base_row_total_incl_tax": 86204180.1387912,
        "extension_attributes": {},
        "name": "esse dolore Excepteur"
      }
    ],
    "extension_attributes": {
      "coupon_label": "Ut amet pariatur sed ad"
    }
  },
  "extension_attributes": {}
}