# Shipping price

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

<a href="/pages/1492cdc0bf470e00d0ec11d78f97954d74cbc13b" class="button primary" data-icon="folder-check">Retrieve shipping price</a>

## Shipping price object

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


---

# 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/soap-api-reference/soap-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.
