Skip to content

getProductShipping.v1

POST
/shopgate.catalog.getProductShipping.v1

This pipeline is used to retrieve the shipping information only. Useful to update outdated data on the products detail page. Outdated data can be caused by a long term app inactivity or if the retrieved product list was already outdated.

Media typeapplication/json
object
productId
required
string
Examplegenerated
{
"productId": "example"
}

Successful response.

Media typeapplication/json
object
shipping
object
price

The amount of shipping costs

number format: float
currency

The currency code for this value

string
Allowed values: EUR CHF USD RON PLN AUD GBP CAD SEK DKK NOK
Example
{
"shipping": {
"price": 0,
"currency": "USD"
}
}