Skip to content

Documentation ShoppingService (1.1)

Entities and methods to handle baskets and payments.

Download OpenAPI description
Languages
Servers
https://customer-slug.api-se.norce.tech/commerce/shopping/1.1/

Schemas

Schemas

System.Xml.Linq.XDocument

Declarationobject(System.Xml.Linq.XDeclaration)(System.Xml.Linq.XDeclaration)
DocumentTypeobject(System.Xml.Linq.XDocumentType)(System.Xml.Linq.XDocumentType)
NodeTypeinteger(enum)

None = 0 Element = 1 Attribute = 2 Text = 3 CDATA = 4 EntityReference = 5 Entity = 6 ProcessingInstruction = 7 Comment = 8 Document = 9 DocumentType = 10 DocumentFragment = 11 Notation = 12 Whitespace = 13 SignificantWhitespace = 14 EndElement = 15 EndEntity = 16 XmlDeclaration = 17

Rootobject(System.Xml.Linq.XElement)(System.Xml.Linq.XElement)
FirstNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
LastNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
NextNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
PreviousNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
BaseUristring
Documentobject(System.Xml.Linq.XDocument)(System.Xml.Linq.XDocument)Recursive
Parentobject(System.Xml.Linq.XElement)(System.Xml.Linq.XElement)
{ "Declaration": { "Encoding": "string", "Standalone": "string", "Version": "string" }, "DocumentType": { "InternalSubset": "string", "Name": "string", "NodeType": 0, "PublicId": "string", "SystemId": "string", "NextNode": {}, "PreviousNode": {}, "BaseUri": "string", "Document": {}, "Parent": {} }, "NodeType": 0, "Root": { "EmptySequence": [], "FirstAttribute": {}, "HasAttributes": true, "HasElements": true, "IsEmpty": true, "LastAttribute": {}, "Name": {}, "NodeType": 0, "Value": "string", "FirstNode": {}, "LastNode": {}, "NextNode": {}, "PreviousNode": {}, "BaseUri": "string", "Document": {}, "Parent": {} }, "FirstNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "LastNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "NextNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "PreviousNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "BaseUri": "string", "Document": {}, "Parent": { "EmptySequence": [], "FirstAttribute": {}, "HasAttributes": true, "HasElements": true, "IsEmpty": true, "LastAttribute": {}, "Name": {}, "NodeType": 0, "Value": "string", "FirstNode": {}, "LastNode": {}, "NextNode": {}, "PreviousNode": {}, "BaseUri": "string", "Document": {}, "Parent": {} } }

System.Xml.Linq.XDocumentType

InternalSubsetstring
Namestring
NodeTypeinteger(enum)

None = 0 Element = 1 Attribute = 2 Text = 3 CDATA = 4 EntityReference = 5 Entity = 6 ProcessingInstruction = 7 Comment = 8 Document = 9 DocumentType = 10 DocumentFragment = 11 Notation = 12 Whitespace = 13 SignificantWhitespace = 14 EndElement = 15 EndEntity = 16 XmlDeclaration = 17

PublicIdstring
SystemIdstring
NextNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
PreviousNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
BaseUristring
Documentobject(System.Xml.Linq.XDocument)(System.Xml.Linq.XDocument)
Parentobject(System.Xml.Linq.XElement)(System.Xml.Linq.XElement)
{ "InternalSubset": "string", "Name": "string", "NodeType": 0, "PublicId": "string", "SystemId": "string", "NextNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "PreviousNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "BaseUri": "string", "Document": { "Declaration": {}, "DocumentType": {}, "NodeType": 0, "Root": {}, "FirstNode": {}, "LastNode": {}, "NextNode": {}, "PreviousNode": {}, "BaseUri": "string", "Document": {}, "Parent": {} }, "Parent": { "EmptySequence": [], "FirstAttribute": {}, "HasAttributes": true, "HasElements": true, "IsEmpty": true, "LastAttribute": {}, "Name": {}, "NodeType": 0, "Value": "string", "FirstNode": {}, "LastNode": {}, "NextNode": {}, "PreviousNode": {}, "BaseUri": "string", "Document": {}, "Parent": {} } }

System.Xml.Linq.XElement

EmptySequenceArray of objects(System.Xml.Linq.XElement)(System.Xml.Linq.XElement)
FirstAttributeobject(System.Xml.Linq.XAttribute)(System.Xml.Linq.XAttribute)
HasAttributesboolean
HasElementsboolean
IsEmptyboolean
LastAttributeobject(System.Xml.Linq.XAttribute)(System.Xml.Linq.XAttribute)
Nameobject(System.Xml.Linq.XName)(System.Xml.Linq.XName)
NodeTypeinteger(enum)

None = 0 Element = 1 Attribute = 2 Text = 3 CDATA = 4 EntityReference = 5 Entity = 6 ProcessingInstruction = 7 Comment = 8 Document = 9 DocumentType = 10 DocumentFragment = 11 Notation = 12 Whitespace = 13 SignificantWhitespace = 14 EndElement = 15 EndEntity = 16 XmlDeclaration = 17

Valuestring
FirstNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
LastNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
NextNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
PreviousNodeobject(System.Xml.Linq.XNode)(System.Xml.Linq.XNode)
BaseUristring
Documentobject(System.Xml.Linq.XDocument)(System.Xml.Linq.XDocument)
Parentobject(System.Xml.Linq.XElement)(System.Xml.Linq.XElement)Recursive
{ "EmptySequence": [ {} ], "FirstAttribute": { "EmptySequence": [], "IsNamespaceDeclaration": true, "Name": {}, "NextAttribute": {}, "NodeType": 0, "PreviousAttribute": {}, "Value": "string", "BaseUri": "string", "Document": {}, "Parent": {} }, "HasAttributes": true, "HasElements": true, "IsEmpty": true, "LastAttribute": { "EmptySequence": [], "IsNamespaceDeclaration": true, "Name": {}, "NextAttribute": {}, "NodeType": 0, "PreviousAttribute": {}, "Value": "string", "BaseUri": "string", "Document": {}, "Parent": {} }, "Name": { "LocalName": "string", "Namespace": {}, "NamespaceName": "string" }, "NodeType": 0, "Value": "string", "FirstNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "LastNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "NextNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "PreviousNode": { "NextNode": {}, "PreviousNode": {}, "DocumentOrderComparer": {}, "EqualityComparer": {}, "BaseUri": "string", "Document": {}, "NodeType": 0, "Parent": {}, "__type": "string" }, "BaseUri": "string", "Document": { "Declaration": {}, "DocumentType": {}, "NodeType": 0, "Root": {}, "FirstNode": {}, "LastNode": {}, "NextNode": {}, "PreviousNode": {}, "BaseUri": "string", "Document": {}, "Parent": {} }, "Parent": {} }

Basket

Operations

Checkout

Operations

DeliveryMethods

Operations

InfoTypes

Operations

OnHand

Operations

OrderRequest

Operations

Payments

Operations

Promotions

Operations

Subscriptions

Operations