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

ShippingAddon

idstring or null

Addon identifier

namestring or null

Addon name

descriptionstring or null

Addon description

pricenumber or null(double)

Addon price

taxRatenumber or null(double)

Tax rate percentage

selectedboolean

Whether the addon is selected

requiredboolean

Whether the addon is required

{ "id": "string", "name": "string", "description": "string", "price": 0.1, "taxRate": 0.1, "selected": true, "required": true }

ShippingCategory

idstring or null

Category identifier

namestring or null

Category name

descriptionstring or null

Category description

sortOrderinteger or null(int32)

Sort order for display

{ "id": "string", "name": "string", "description": "string", "sortOrder": 0 }

ShippingDeliveryTime

earliestDatestring or null

Earliest delivery date

latestDatestring or null

Latest delivery date

earliestTimestring or null

Earliest delivery time

latestTimestring or null

Latest delivery time

descriptionstring or null

Delivery time description

{ "earliestDate": "string", "latestDate": "string", "earliestTime": "string", "latestTime": "string", "description": "string" }

Norce Callbacks

Operations

nShift client side callbacks

Operations

nShift Delivery Checkout Orders

Operations