Skip to main content
POST
/
{shopId}
/
applyshipping
/
{applyOn}
/
{id}
Apply shipping rate
curl --request POST \
  --url http://staging.qshop.ng/apiv2/{shopId}/applyshipping/{applyOn}/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "shippingRate": "6364ce10f53e4d333667189a"
}
'

Path Parameters

applyOn
string
required
Example:

"cart"

id
string
required
Example:

"01H6A5A8XSWF28CWC73WQYPY1A"

Body

application/json
shippingRate
string
Example:

"6364ce10f53e4d333667189a"

Response

200 - undefined