# Get quotation **POST /api/rest/services** Returns a shipping quote for the provided cart and destination address. Requires a valid JWT Bearer token. `servicio_rayo` is optional. Common values: NACIONAL, EXPRESS, PROGRAMADA. No enum validation is enforced by the API. ## Servers - Production: https://cerebro.techrayo.com (Production) - QA Sandbox: https://qa.cerebro.techrayo.com (QA Sandbox) ## Authentication methods - Bearer auth ## Parameters ### Body: application/json (object) - **productos** (array[object]) - **consumidor_destino** (object) - **servicio_rayo** (string) Optional preferred service. Common values: NACIONAL, EXPRESS, PROGRAMADA. No enum validation is enforced by the API. ## Responses ### 200 Quotation retrieved successfully #### Body: application/json (object) - **rayoServiceAvailability** (object) ### 409 Conflict (business rule / stock / coverage validation) #### Body: application/json (object) - **path** (string) - **error** (string) - **code** (string) ### default Unexpected error #### Body: application/json (object) - **error** (string) - **code** (string) - **path** (string) [Powered by Bump.sh](https://bump.sh)