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.
Request Body
Section titled “Request Body”Media typeapplication/json
object
productId
required
string
Examplegenerated
{ "productId": "example"}Responses
Section titled “Responses”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
Example
{ "shipping": { "price": 0, "currency": "USD" }}
