update cart shipping addressCopy Pagepost https://api.kentro.dev/v1/store/cart/update-shippingQuery Paramsidempotencystring7 to 50Provide unique value with each request to avoid duplicated requests in case of network / connection failureBody Params_idstringObject ID of address from customer address book (if provided other fields are not required)address1stringRequired if (_id) is not providedaddress2stringunitSuitstringcitystringRequired if (_id) is not providedstateProvincestringpostalCodestringRequired if (_id) is not providedcountrystringvatIdstringnamestringphonestringemailstringnotestringgeoLocationobjectgeoLocation objectHeadersX-Host-OverridestringDefaults to store-domain.comUse only on sandbox to simulate request origin, on production it will default to "Host" headerResponses 201Ok 401Request is not authenticated 403Request is forbidden 405Request method is not allowed on this endpoint 422Request is unprocessableUpdated over 2 years ago