Norce Checkout - nShift Adapter API (1.0.0)

Build 2026-01-13 12:26:53

The nShift Adapter API is used to create and manage nShift shippings.

Download OpenAPI description
Languages
Servers

https://docs.norce.io/

Callback

Shipping

Schemas

NShiftError

errorCodestring or null
errorMessagesArray of strings or null
correlationIdstring or null
{ "errorCode": "string", "errorMessages": [ "string" ], "correlationId": "string" }

NShiftFieldValue

Represents a field value in the nShift widget result.

fieldIdstring or null

ID of the field.

valuestring or null

Value of the field as a string.

{ "fieldId": "string", "value": "string" }

NShiftSelectedAddon

Represents a selected addon in the nShift widget result.

addonIdstring or null

ID of the addon.

pricenumber or null(double)

Price that has been added to the total price because this addon is selected.

originalPricenumber or null(double)

Original price that has been added to the total original price because this addon is selected.

fieldsArray of objects or null(NShiftFieldValue)

Array of field inputs under the selected addon.

additionalValuesobject or null

Additional key-value pairs defined by the checkout configuration.

{ "addonId": "string", "price": 0.1, "originalPrice": 0.1, "fields": [ {} ], "additionalValues": { "property1": null, "property2": null } }

Norce Callbacks

Operations

nShift client side callbacks

Operations

nShift Delivery Checkout Orders

Operations