AT&T DevEx

Delete a specific item from cart

Version 1.0.3
download iconDownload spec

Endpoint

DELETE
https://partner.att.com/omni-svcs/v1/carts/{cartId}/items/{productOrderItemId}

Remove a specific item from the shopping cart by its product order item ID. This operation recalculates cart pricing and validates remaining items for compatibility.

arrowRequest

Path Parameters

      Header Parameters

          Body Parameters

          Responses

          Item successfully deleted from cart. Returns the updated ProductOrder object with recalculated pricing and updated item list.

          arrowBody

          application/json

          REQUEST

          1
          2
          3
          curl --request DELETE \
               --url https://partner.att.com/omni-svcs/v1/carts/string/items/string \
               --header 'accept: application/json'

          RESPONSE

          1
          2
          3
          {
            "externalId": "26-46236265737394"
          }