---
title: "POST /api/order/update-basket-header"
method: POST
path: "/api/order/update-basket-header"
tags: ["Ecom"]
---

# POST /api/order/update-basket-header

`POST /api/order/update-basket-header`

## Request body

- UpdateBasketHeaderReq
  - `fullName` string, nullable
  - `addressLine1` string, nullable
  - `addressLine2` string, nullable
  - `addressLine3` string, nullable
  - `city` string, nullable
  - `state` string, nullable
  - `province` string, nullable
  - `country` string, nullable
  - `zipCode` string, nullable
  - `phoneNumber` string, nullable
  - `emailAddress` string, nullable
  - `creditCardType` string, nullable
  - `creditCardNum` string, nullable
  - `paymentMethod` string, nullable
  - `vatNumber` string, nullable
  - `gstNumber` string, nullable
  - `customerAddressID` string, nullable
  - `isCreatenew` boolean
  - `isSaveAddress` boolean
  - `countryCode` string, nullable
  - `stateCode` string, nullable
  - `bankName` string, nullable
  - `accountType` string, nullable
  - `routingNumber` string, nullable
  - `accountNumber` string, nullable
  - `nameOnCard` string, nullable
  - `drivingLicenseNumber` string, nullable
  - `drivingLicenseState` string, nullable
  - `cardType` string, nullable
  - `ccNumber` string, nullable
  - `ccExpMonth` string, nullable
  - `ccExpYear` string, nullable
  - `cardCVV` string, nullable
  - `basketId` string, nullable
  - `isAddressUpdated` boolean
  - `isTokenPresent` string, nullable
  - `isAutoRenew` boolean
  - `ccexpdate` string, nullable

## Response `200`

Success

- UpdateBasketHeaderResponse
  - `payTokenId` string, nullable
  - `operationStatus` string, nullable
  - `msgCode` string, nullable
  - `msgId` string, nullable
  - `msgDesc` string, nullable

---

[API](https://skmtc.dev/mysonicwall/apis/restapi-core-v1.md) · [All operations](https://skmtc.dev/mysonicwall/apis/restapi-core-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/mysonicwall/restapi-core-v1/revisions/ddffed195eba/schema)
