Norce.Checkout.Notification (Created: 12/02/2025 08:33:13)

Download OpenAPI description
Languages
Servers
Public

https://norce-open-beta.api-se.playground.norce.tech/checkout/notification/

Internal Test

https://notification.checkout.test.internal.norce.tech/

Internal Playground

https://notification.checkout.playground.internal.norce.tech/

Internal Stage

https://notification.checkout.stage.internal.norce.tech/

Internal Production

https://notification.checkout.prod.internal.norce.tech/

Schemas

DeliveryDetails

carrierstring

Carrier name.

classstring

Shipping class.

productobject

Shipping product.

pickupLocationobject

Pickup location.

{ "carrier": "string", "class": "string", "product": { "reference": "string", "name": "string" }, "pickupLocation": { "reference": "string", "name": "string", "address": {} } }

Discount

typestring

Indicates if the discount applies to items or shipping.

Enum"item""shipping"
namestring

Name of the discount.

codestring

Discount code.

valueobject

Total sum of discount.

attributesobject

Allows you to store any custom attributes for the discount.

{ "type": "item", "name": "string", "code": "string", "value": { "includingVat": 1234, "excludingVat": 987.2 }, "attributes": { "property1": null, "property2": null } }

DiscountType

string(DiscountType)
Enum"item""shipping"
"item"

Events

Operations