Dettaglioauto SA - API Collection V1
  1. Cart
Dettaglioauto SA - API Collection V1
  • Vehicle Size
    • List Vehicle Sizes
      GET
  • Catalog
    • List categories with services
      GET
  • Region
    • List regions
      GET
  • Branch
    • List Branches
      GET
  • Branch Times
    • List Days
      GET
    • List Hours
      GET
  • Booking
    • Store Booking
      POST
    • List Bookings
      GET
  • Payment
    • Get Payment Details
      GET
  • Coupon
    • Apply Coupon
      POST
  • Cart
    • Initialize Cart
      POST
    • Add To Cart
      POST
    • Get Cart
      GET
    • Remove Cart Item
      DELETE
    • Clear Cart
      DELETE
  1. Cart

Add To Cart

POST
/v1/cart/{{cart_number}}/add

Request

Header Params

Body Params multipart/form-data

Responses

🟢200
application/json
Body

Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://dev.your-api-server.com/v1/cart/{{cart_number}}/add' \
--header 'Customer-Key: {{Customer-Key}}' \
--header 'Secret-Key: {{Secret-Key}}' \
--header 'Accept-Language: ar' \
--form 'service_uuid="d1274ea0-9966-4dca-88a4-1e376b18b34b"'
Response Response Example
{}
Modified at 2025-12-26 13:13:15
Previous
Initialize Cart
Next
Get Cart
Built with