> For the complete documentation index, see [llms.txt](https://docs.2checkout.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.2checkout.com/json-rpc-api-reference/json-rpc-api-6.0/api-responses/shipping-price.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
