Set nShift configuration

The Svea Checkout Shipping Module requires a few values in order to establish a proper integration with nShift. The onboarding endpoint is utilized for a one-time setup or when changes occur in your nshift credentials.

Request
header Parameters
x-merchant
required
string

Merchant identifier.

Example: norce
x-channel
required
string

Channel identifier

Example: 1
Request Body schema: application/json

nShift onboarding information

NshiftCombinedId
string
NshiftDeliveryCheckoutId
string
Responses
200

OK

400

Bad Request

post/api/checkout/v1/admin/shipping/onboarding
Request samples
application/json
{
  • "NshiftCombinedId": "string",
  • "NshiftDeliveryCheckoutId": "string"
}
Copyright © Norce 2024. All right reserved.