curl --request PATCH \
--url http://staging.qshop.ng/apiv2/ \
--header 'Content-Type: application/json' \
--data '
{
"order": {
"abandoned": {
"deleteAfter": {
"duration": 1,
"durationType": "month"
},
"statusesToUpdate": [
"initiated"
],
"updateAfter": {
"duration": 1,
"durationType": "day"
}
},
"freeShopPercentageCharge": 4,
"paidShopPercentageCharge": 0
},
"payout.providus": {
"delayFreeAccount": {
"length": 13,
"type": "h"
},
"delayPaidAccount": {
"length": 0,
"type": "h"
},
"freeShopPercentageCharge": 4,
"paidShopPercentageCharge": 1.3
}
}
'curl --request PATCH \
--url http://staging.qshop.ng/apiv2/ \
--header 'Content-Type: application/json' \
--data '
{
"order": {
"abandoned": {
"deleteAfter": {
"duration": 1,
"durationType": "month"
},
"statusesToUpdate": [
"initiated"
],
"updateAfter": {
"duration": 1,
"durationType": "day"
}
},
"freeShopPercentageCharge": 4,
"paidShopPercentageCharge": 0
},
"payout.providus": {
"delayFreeAccount": {
"length": 13,
"type": "h"
},
"delayPaidAccount": {
"length": 0,
"type": "h"
},
"freeShopPercentageCharge": 4,
"paidShopPercentageCharge": 1.3
}
}
'Show child attributes
Show child attributes
["initiated"]4
0
Show child attributes
4
1.3
Was this page helpful?