# Update Basket - Customer **PATCH /commerce/{accountId}/baskets/{basketId}/customer** ## Servers - https://api.staging.deliverect.com: https://api.staging.deliverect.com () ## Authentication methods - Bearer auth ## Parameters ### Path parameters - **accountId** (string) - **basketId** (string) ### Body: application/json (object) - **name** (string) - **companyName** (string) - **email** (string) - **phoneNumber** (string) - **externalId** (string) - **tin** (string) ## Responses ### 200 200 #### Body: application/json (object) - **id** (string) - **created** (string) - **updated** (string) - **deleted** (boolean) - **etag** (string) - **accountId** (string) - **storeId** (string) - **currency** (string) - **taxExclusive** (boolean) - **status** (string) - **items** (array[object]) - **payment** (object) - **customer** (object) - **fulfillment** (object) - **taxes** (array) - **discounts** (array) ### 400 400 #### Body: application/json (object) object [Powered by Bump.sh](https://bump.sh)