Merchant Onboarding
List merchant supplies
Get merchant supplies by merchant ID
get/onboarding/merchants/{merchant-id}/supplies
Response
Successful response corresponding to the provided payload
Example response
{
"data": [
{
"unitPrice": {
"amount": 16000,
"currency": "CAD"
},
"supplies": [
{
"supplyName": "2-PLY Sales Draft Slips (25)",
"unitPrice": {
"amount": 16000,
"currency": "CAD"
},
"quantity": 1
}
]
}
]
}