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

ShippingPickupPoint

idstring or null

Pickup point identifier

namestring or null

Pickup point name

address1string or null

Address line 1

address2string or null

Address line 2

postalCodestring or null

Postal code

citystring or null

City

countrystring or null

Country

distancenumber or null(double)

Distance from delivery address in meters

openingHoursstring or null

Opening hours description

latitudenumber or null(double)

Latitude coordinate

longitudenumber or null(double)

Longitude coordinate

{ "id": "string", "name": "string", "address1": "string", "address2": "string", "postalCode": "string", "city": "string", "country": "string", "distance": 0.1, "openingHours": "string", "latitude": 0.1, "longitude": 0.1 }

ShippingState

string(ShippingState)
Enum"intent""removed""processing""failed""confirmed"
"intent"

ShippingTimeSlot

idstring or null

Time slot identifier

datestring or null

Delivery date

startTimestring or null

Start time of the slot

endTimestring or null

End time of the slot

pricenumber or null(double)

Additional price for this time slot

descriptionstring or null

Time slot description

{ "id": "string", "date": "string", "startTime": "string", "endTime": "string", "price": 0.1, "description": "string" }

Norce Callbacks

Operations

nShift client side callbacks

Operations

nShift Delivery Checkout Orders

Operations