# Shipping price

The object below is returned directly or within a successful response from the following API requests:

* [Retrieve shipping price](/json-rpc-api-reference/json-rpc-api-6.0/api-requests/shipping-in-api/retrieve-shipping-price.md)

## Shipping price object

| Parameter                                                       | Type / Description                                                                                   |
| --------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
| `Shipping prices available`                                     | <p><strong>Array of objects</strong></p><p>Details below</p>                                         |
| `Shipping prices available.Name`                                | <p><strong>String</strong><br>Name of the shipping method available for the cart configuration.</p>  |
| `Shipping prices available.Code`                                | <p><strong>String</strong><br>System-generated identified assigned to the shipping method.</p>       |
| `Shipping prices available.TrackingURL`                         | <p><strong>String</strong><br>Tracking URL defined at shipping method leve.</p>                      |
| `Shipping prices available.Currency`                            | <p><strong>String</strong><br>Currency in which shipping prices are expressed.</p>                   |
| `Shipping prices available.PriceDetails`                        | <p><strong>Object</strong><br>Details below.</p>                                                     |
| `Shipping prices available.PriceDetails.Net`                    | <p><strong>Object</strong><br>Shipping price for a <strong>NET</strong> price configuration.</p>     |
| `Shipping prices available.PriceDetails.Net.TotalAmount`        | <p><strong>Int</strong><br>Total shipping price charged from customers for a cart configuration.</p> |
| `Shipping prices available.PriceDetails.Net.BasePrice`          | <p>﻿﻿<strong>Int</strong><br>Shipping method base price amount.</p>                                  |
| `Shipping prices available.PriceDetails.Net.OverweightAmount`   | <p><strong>Int</strong><br>Overweight amount applied to the purchase.</p>                            |
| `Shipping prices available.PriceDetails.Net.CountrySurcharge`   | <p><strong>Int</strong><br>Surcharge applied based on customer delivery country.</p>                 |
| `Shipping prices available.PriceDetails.Net.WeightSurcharge`    | <p><strong>Int</strong><br>Surcharged applied based on total order weight.</p>                       |
| `Shipping prices available.PriceDetails.Net.OrderSurcharge`     | <p><strong>Int</strong><br>Surcharged applied based on total order amount.</p>                       |
| `Shipping prices available.PriceDetails.Gross`                  | <p><strong>Object</strong><br>Shipping price for a GROSS price configuration.</p>                    |
| `Shipping prices available.PriceDetails.Gross.TotalAmount`      | <p><strong>Int</strong><br>Total shipping price charged from customers for a cart configuration.</p> |
| `Shipping prices available.PriceDetails.Gross.BasePrice`        | <p><strong>Int</strong><br>Shipping method base price amount.</p>                                    |
| `Shipping prices available.PriceDetails.Gross.OverweightAmount` | <p><strong>Int</strong><br>Overweight amount applied to the purchase.</p>                            |
| `Shipping prices available.PriceDetails.Gross.CountrySurcharge` | <p><strong>Int</strong><br>Surcharge applied based on customer delivery country.</p>                 |
| `Shipping prices available.PriceDetails.Gross.WeightSurcharge`  | <p><strong>Int</strong><br>Surcharged applied based on total order weight.</p>                       |
| `Shipping prices available.PriceDetails.Gross.OrderSurcharge`   | <p><strong>Int</strong><br>Surcharged applied based on total order amount.</p>                       |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.2checkout.com/json-rpc-api-reference/json-rpc-api-6.0/api-responses/shipping-price.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
