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

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" }

State

currentStatusstring
Enum"checkout""processing""accepted""completed""declined""removed"
transitionsArray of objects or null(Transition)
{ "currentStatus": "checkout", "transitions": [ {} ] }

Norce Callbacks

Operations

nShift client side callbacks

Operations

nShift Delivery Checkout Orders

Operations