# Get Quotation **POST /api/rest/services** The shipping quotation endpoint allows you to get a shipping quote for an order. You need to provide the following information: * Your Rayo JWT Token * the customer's identification information * the customer's shipping address * the items to be included in the order, * the shipping service to be used (national, scheduled or express). OPTIONAL | **Parameter** | **Description** | | --- | --- | |

productos (Array) - Required

|

product Array from shopping cart

| |

cantidad (integer) - Required

|

amount of products for indicated “identificador”

| |

identificador (String) - Required

|

identifier to each product (SKU or UPC)

| |

consumidor_destino (Object) - Required

|

consumer shipping information

| |

calle (String) - Required

|

street name

| |

codigo_postal (String) - Required

|

postal code / zip-code

| |

no_exterior (String) - Required

|

house number

| |

no_interior (String) - Required

|

internal number / references

| |

estado (String) - Required

|

State / Province

| |

ciudad (String) - Required

|

City / Municipality

| |

nombre (String) - Required

|

customer name

| |

telefono (String) - Required

|

customer phone number (WhatsApp enabled)

| |

servicio_rayo (String) - Optional

|

quoted service to be used NACIONAL, EXPRESS or PROGRAMADO

| ## Servers ## Authentication methods - Bearer auth ## Parameters ### Headers - **content-type** (string) ### Body: (object) object ## Responses ### 200 OK #### Headers - **Date** (string) - **Content-Type** (string) - **Transfer-Encoding** (string) - **Connection** (string) - **x-request-id** (string) - **Content-Encoding** (string) - **CF-Cache-Status** (string) - **Expect-CT** (string) - **Content-Security-Policy** (string) - **Referrer-Policy** (string) - **Strict-Transport-Security** (string) - **X-Content-Type-Options** (string) - **X-Frame-Options** (string) - **X-XSS-Protection** (integer) - **Server** (string) - **CF-RAY** (string) #### Body: (object) object ### 409 Conflict #### Headers - **Date** (string) - **Content-Type** (string) - **Transfer-Encoding** (string) - **Connection** (string) - **CF-Cache-Status** (string) - **Expect-CT** (string) - **Content-Security-Policy** (string) - **Referrer-Policy** (string) - **Strict-Transport-Security** (string) - **X-Content-Type-Options** (string) - **X-Frame-Options** (string) - **X-XSS-Protection** (integer) - **Server** (string) - **CF-RAY** (string) #### Body: (object) object [Powered by Bump.sh](https://bump.sh)