App Installation steps:
1. Click here to access the beta Shipday app for EposNow
2. Click the get free app button
3. Select the location you want to install the app into
4. The click the Get free app button
Shipday Mapping steps:
1. Go to backoffice -> Setup -> Company Details -> GUID
This how we would collect the guid

2. Provide the guid to us to do the mapping. Use the following cURL to complete the Eponow Store mapping into Shipday.
curl --location 'https://api.shipday.com/eposnow/onboard' \
--header 'Content-Type: application/json' \
--header 'Authorization: Bearer JWT Token' \
--data '{
"companyGuid": "bb883e90-61bd-4dd9-981e-594f3aabe320"
}'

















