typestring Enum"item""shipping"namestringcodestringvalueobject+Show 2 propertiesattributesobject+Show property{ "type": "item", "name": "string", "code": "string", "value": { "includingVat": 0.1, "excludingVat": 0.1 }, "attributes": { "property1": null, "property2": null } }
codestringError code Enum"internal-server-error""unauthorized""configuration-error""configuration-not-found""order-not-found""order-error""order-bad-request""order-conflict""order-validation""order-unknown-validation-error"+13 more Example: "cart-not-found"messagestringDetailed error information Example: "Cart with id:{id} now found."{ "code": "cart-not-found", "message": "Cart with id:{id} now found." }