Skip to main content
PATCH
/
{shopId}
/
orders
/
63e3d4a0e122cce3bb32a170
Update shop order shipping
curl --request PATCH \
  --url http://staging.qshop.ng/apiv2/{shopId}/orders/63e3d4a0e122cce3bb32a170 \
  --header 'Content-Type: application/json' \
  --data '
{
  "shipping": 3000
}
'

Body

application/json
shipping
number
Example:

3000

Response

200 - undefined