I'm wondering if I've missed some steps while attempting to integrate the SPI.

I’m seeing a message dispaying “Sorry, we don’t deliver to your area.” on selecting a delivery country/region when checking out a product on my site. I’ve recently integrated the Shipping Rate SPI (provider is Canada Post), and the expected behavior is that it should display the shipping rate for each region correctly (and Alberta, Canada should be a supported region, since we’ve created and enabled the app for this region. I’m relatively new to Wix, and I’m wondering if I’ve missed some steps while attempting to integrate the SPI.

Document Referenced: Introduction | REST

Steps Taken:

  1. Created new app and copied the app id.

  2. Created a new extension (Ecom Shipping Rates)

  3. Added mandatory keys via the JSON editor:

{

“deploymentUri”: "https://www.canadapost-postescanada.ca/information/app/drc/registered?execution=e2s1",

“name”: “Canada Post”,

“description”: “Primary postal operator in Canada”,

“learnMoreUrl”: "https://www.canadapost-postescanada.ca/cpc/en/our-company/about-us.page",

“fallbackDefinitionMandatory”: true

}

  1. Installed the app and tried ordering via the website

Attachments: A screenshot of the message that is displayed on the Order summary.

Is the SPI setup to return shipping rates in the format described here? Sample Flow | REST