Set billing

PUT{{API_BASE_URL}}/shop/v1/cart/:cart/billing

This endpoint is used to update the billing information for a specific cart.

Request

  • cart (path): The ID of the cart to be updated.

Request Body

  • salutation (string): The salutation of the customer.

  • firstName (string): The first name of the customer.

  • lastName (string): The last name of the customer.

  • email (string): The email address of the customer.

  • company (string): The company name of the customer.

  • address (object): The address details of the customer.

    • street (string): The street name in the address.

    • houseNumber (string): The house number in the address.

    • postalCode (string): The postal code in the address.

    • city (string): The city in the address.

    • county (string): The county in the address.

    • country (string): The country in the address.

Response

  • userID (string): The ID of the user associated with the cart.

  • verificationStatus (string): The verification status of the user associated with the cart.

  • email (string): The email address of the user associated with the cart.

Authentication#auth

This endpoint does not require authentication.

Query parameters#query

$expandAlloptional

Responses#responses

200OKSet billing