Commerce
payments, invoices & products api
It will return the progress of store setup
cURL
curl --request GET \ --url https://services.leadconnectorhq.com/store/setup/progress \ --header 'Authorization: Bearer <token>'
{ "status": true, "data": {}, "message": "Successfully created" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Location Id or Agency Id
"6578278e879ad2646715ba9c"
location
Status of api action
true
Success message
"Successfully created"
Was this page helpful?