Skip to content
Last updated

API Changelog 1.0 vs. 1.1

POST /authentication

  • added the optional property 'Errors' to the response with the '403' status
  • added the optional property 'Errors' to the response with the '409' status

POST /authentication/login

  • endpoint added

POST /authentication/logout

  • endpoint added

GET /authentication/{registrationId}

  • added the optional property 'Errors' to the response with the '404' status

POST /authentication/{registrationId}

  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '403' status

GET /availabilities

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /cancellationReasons

  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /categories

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /categories

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /categories/{categoryId}

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /categories/{categoryId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /categories/{categoryId}/descriptions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /categories/{categoryId}/descriptions

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /categories/{categoryId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /categories/{categoryId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /categories/{categoryId}/items

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /colorCodes

  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /companies

  • the security scope 'system.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /conditions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /configuration/numberRanges

  • endpoint added

DELETE /configuration/numberRanges/{numberRangeId}

  • endpoint added

GET /configuration/numberRanges/{numberRangeId}

  • endpoint added

PUT /configuration/numberRanges/{numberRangeId}

  • endpoint added

POST /configuration/numberRanges/{numberRangeId}/increment

  • endpoint added

GET /configuration/numberRanges/{numberRangeId}/preview

  • endpoint added

POST /configuration/numberRanges/{parentNumberRangeId}

  • endpoint added

POST /creditNotes/{creditNoteId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesinvoicecorrections.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'creditNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /creditNotes/{creditNoteId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesinvoicecorrections.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'creditNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /creditNotes/{creditNoteId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesinvoicecorrections.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'creditNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /customerCategories

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /customerCategories

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'Name' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /customerCategories/{customercategoryId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customercategoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customerCategories/{customercategoryId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customercategoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /customerCategories/{customercategoryId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customercategoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customerGroups

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /customerGroups

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'Name' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /customerGroups/{customergroupId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customergroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customerGroups/{customergroupId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customergroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /customerGroups/{customergroupId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customergroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers

  • :warning: deleted the 'query' request parameter 'categoryId'
  • :warning: deleted the 'query' request parameter 'groupId'
  • the security scope 'cusomters.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kKundenGruppe'
  • added the new optional 'query' request parameter 'kKundenKategorie'
  • added the new optional 'query' request parameter 'lastChangeFrom'
  • added the new optional 'query' request parameter 'lastChangeTo'
  • added the required property 'Items/items/LastChange' to the response with the '200' status

POST /customers

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional request property 'LastChange'
  • the 'BillingAddress/City' request property's minLength was decreased from '1' to '0'
  • the 'BillingAddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'CustomAddress/City' request property's minLength was decreased from '1' to '0'
  • the 'CustomAddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherBillingAddresses/items/City' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherBillingAddresses/items/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherCustomerAddresses/items/City' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherCustomerAddresses/items/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherShippingAddresses/items/City' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherShippingAddresses/items/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/City' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status
  • added the required property 'LastChange' to the response with the '201' status

GET /customers/customfields

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property '/items/Attribut/AktivFuerArtikelOhneWarengruppe' to the response with the '200' status
  • added the optional property '/items/Attribut/AttributId' to the response with the '200' status
  • added the optional property '/items/Attribut/Ausgabeweg' to the response with the '200' status
  • added the optional property '/items/Attribut/Beschreibung' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezeichnungen' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezugstyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTypId' to the response with the '200' status
  • added the optional property '/items/Attribut/GruppeName' to the response with the '200' status
  • added the optional property '/items/Attribut/Id' to the response with the '200' status
  • added the optional property '/items/Attribut/IstFreifeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstMehrsprachig' to the response with the '200' status
  • added the optional property '/items/Attribut/IstPflichtfeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstStandard' to the response with the '200' status
  • added the optional property '/items/Attribut/IstUnsichtbar' to the response with the '200' status
  • added the optional property '/items/Attribut/ReadOnly' to the response with the '200' status
  • added the optional property '/items/Attribut/RegEx' to the response with the '200' status
  • added the optional property '/items/Attribut/Sortierung' to the response with the '200' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/workflowEvents

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

DELETE /customers/{customerId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/{customerId}

  • the security scope 'cusomters.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'LastChange' to the response with the '200' status

PATCH /customers/{customerId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional request property 'LastChange'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'LastChange' to the response with the '201' status

GET /customers/{customerId}/bankaccounts

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /customers/{customerId}/bankaccounts

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • the 'AccountHolder' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /customers/{customerId}/bankaccounts/{customerBankAccountId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerBankAccountId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/{customerId}/bankaccounts/{customerBankAccountId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerBankAccountId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /customers/{customerId}/bankaccounts/{customerBankAccountId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerBankAccountId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/{customerId}/contacts

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /customers/{customerId}/contacts

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /customers/{customerId}/contacts/{customerContactId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerContactId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/{customerId}/contacts/{customerContactId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerContactId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /customers/{customerId}/contacts/{customerContactId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerContactId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/{customerId}/customfields

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

DELETE /customers/{customerId}/customfields/{customfieldId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /customers/{customerId}/customfields/{customfieldId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/{customerId}/lastChange

  • endpoint added

GET /customers/{customerId}/notes

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /customers/{customerId}/notes

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /customers/{customerId}/notes/{noteId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /customers/{customerId}/notes/{noteId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /customers/{customerId}/notes/{noteId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /customers/{customerId}/workflow/{workflowEventId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /customers/{customerId}/workflowEvents

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /deliveryNotes/{deliveryNoteId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'deliverynotes.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /deliveryNotes/{deliveryNoteId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'deliverynotes.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /deliveryNotes/{deliveryNoteId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'deliverynotes.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /deliveryNotes/{deliveryNoteId}/workflow/{workflowEventId}

  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /extensions

  • endpoint added

POST /extensions

  • endpoint added

DELETE /extensions/{extensionId}

  • endpoint added

GET /extensions/{extensionId}

  • endpoint added

PATCH /extensions/{extensionId}

  • endpoint added

PUT /extensions/{extensionId}/manifest

  • endpoint added

GET /info

  • added the optional property 'Errors' to the response with the '404' status

POST /invoices/{invoiceId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /invoices/{invoiceId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /invoices/{invoiceId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'invoices.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /invoices/{invoiceId}/workflow/{workflowEventId}

  • the security scope 'invoices.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /items

  • :warning: deleted the 'query' request parameter 'categoryId'
  • :warning: deleted the 'query' request parameter 'manufacturerId'
  • :warning: deleted the 'query' request parameter 'parentItemId'
  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kHersteller'
  • added the new optional 'query' request parameter 'kKategorie'

POST /items

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'Name' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

GET /items/customfields

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property '/items/Attribut/AktivFuerArtikelOhneWarengruppe' to the response with the '200' status
  • added the optional property '/items/Attribut/AttributId' to the response with the '200' status
  • added the optional property '/items/Attribut/Ausgabeweg' to the response with the '200' status
  • added the optional property '/items/Attribut/Beschreibung' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezeichnungen' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezugstyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTypId' to the response with the '200' status
  • added the optional property '/items/Attribut/GruppeName' to the response with the '200' status
  • added the optional property '/items/Attribut/Id' to the response with the '200' status
  • added the optional property '/items/Attribut/IstFreifeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstMehrsprachig' to the response with the '200' status
  • added the optional property '/items/Attribut/IstPflichtfeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstStandard' to the response with the '200' status
  • added the optional property '/items/Attribut/IstUnsichtbar' to the response with the '200' status
  • added the optional property '/items/Attribut/ReadOnly' to the response with the '200' status
  • added the optional property '/items/Attribut/RegEx' to the response with the '200' status
  • added the optional property '/items/Attribut/Sortierung' to the response with the '200' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/imagedata/{imageId}

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'imageId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /items/workflowEvents

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/children/{childItemId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'childItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/customerPrices

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/customerPrices

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/customerPrices/{customerId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/customerPrices/{customerId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/customfields

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

DELETE /items/{itemId}/customfields/{customfieldId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/customfields/{customfieldId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/descriptions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/descriptions

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/images

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/images

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/images/{imageId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'imageId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/images/{imageId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'imageId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/properties

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/properties

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/properties/{propertyValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/salesChannelPrices

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/salesChannelPrices

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/salesChannelPrices/{salesChannelId}/{customerGroupId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerGroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/salesChannelPrices/{salesChannelId}/{customerGroupId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerGroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/specialprices

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/specialprices

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/suppliers

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/suppliers

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/suppliers/{supplierId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'supplierId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/suppliers/{supplierId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'supplierId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/variations

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/variations

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/variations/{variationId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/variations/{variationId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /items/{itemId}/variations/{variationId}/values

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/variations/{variationId}/values

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /items/{itemId}/variations/{variationId}/values/{variationValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /items/{itemId}/variations/{variationId}/values/{variationValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /items/{itemId}/workflow/{workflowEventId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /items/{itemId}/workflowEvents

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /manufacturers

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

POST /offer/{offerId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'offers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'offerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /offer/{offerId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'offers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'offerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /offer/{offerId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'offers.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'offerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /onHoldReasons

  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /paymentMethods

  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /printers

  • the security scope 'system.config.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /productGroups

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /properties

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /properties

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /properties/groups

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /properties/groups

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /properties/{propertyId}/values

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /properties/{propertyId}/values

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /properties/{propertyId}/values/{propertyValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /properties/{propertyId}/values/{propertyValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /properties/{propertyId}/values/{propertyValueId}/descriptions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /properties/{propertyId}/values/{propertyValueId}/descriptions

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /properties/{propertyId}/values/{propertyValueId}/descriptions/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /properties/{propertyId}/values/{propertyValueId}/descriptions/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /responsiblePersons

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

POST /returns

  • :warning: the 'Items/items/Quantity' request property's min was set to '0.00'
  • the security scope 'returns.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '500' status

GET /salesChannels

  • the security scope 'saleschannels.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /salesInvoiceCorrections/cancellationReasons

  • endpoint added

GET /salesOrders

  • :warning: deleted the 'query' request parameter 'colorId'
  • :warning: deleted the 'query' request parameter 'companyId'
  • :warning: deleted the 'query' request parameter 'createdUserId'
  • :warning: deleted the 'query' request parameter 'customerId'
  • :warning: deleted the 'query' request parameter 'itemId'
  • :warning: deleted the 'query' request parameter 'onHoldReasonId'
  • :warning: deleted the 'query' request parameter 'paymentMethodId'
  • :warning: deleted the 'query' request parameter 'shippingMethodId'
  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'IsExisting'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kBenutzer'
  • added the new optional 'query' request parameter 'kFarbe'
  • added the new optional 'query' request parameter 'kFirma'
  • added the new optional 'query' request parameter 'kKunde'
  • added the new optional 'query' request parameter 'kRueckhalteGrund'
  • added the new optional 'query' request parameter 'kVersandart'
  • added the new optional 'query' request parameter 'kZahlungsart'
  • added the required property 'Items/items/TransactionStatusId' to the response with the '200' status

POST /salesOrders

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'BillingAddress/City' request property's minLength was decreased from '1' to '0'
  • the 'BillingAddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/City' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status
  • added the required property 'TransactionStatusId' to the response with the '201' status

GET /salesOrders/customfields

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property '/items/Attribut/AktivFuerArtikelOhneWarengruppe' to the response with the '200' status
  • added the optional property '/items/Attribut/AttributId' to the response with the '200' status
  • added the optional property '/items/Attribut/Ausgabeweg' to the response with the '200' status
  • added the optional property '/items/Attribut/Beschreibung' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezeichnungen' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezugstyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTypId' to the response with the '200' status
  • added the optional property '/items/Attribut/GruppeName' to the response with the '200' status
  • added the optional property '/items/Attribut/Id' to the response with the '200' status
  • added the optional property '/items/Attribut/IstFreifeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstMehrsprachig' to the response with the '200' status
  • added the optional property '/items/Attribut/IstPflichtfeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstStandard' to the response with the '200' status
  • added the optional property '/items/Attribut/IstUnsichtbar' to the response with the '200' status
  • added the optional property '/items/Attribut/ReadOnly' to the response with the '200' status
  • added the optional property '/items/Attribut/RegEx' to the response with the '200' status
  • added the optional property '/items/Attribut/Sortierung' to the response with the '200' status
  • added the optional property 'Errors' to the response with the '404' status

GET /salesOrders/workflowEvents

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /salesOrders/{salesOrderId}

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'TransactionStatusId' to the response with the '200' status

PATCH /salesOrders/{salesOrderId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'TransactionStatusId' to the response with the '201' status

POST /salesOrders/{salesOrderId}/cancel

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /salesOrders/{salesOrderId}/customfields

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

DELETE /salesOrders/{salesOrderId}/customfields/{customfieldId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /salesOrders/{salesOrderId}/customfields/{customfieldId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /salesOrders/{salesOrderId}/files

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /salesOrders/{salesOrderId}/files

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • the 'FileDataType' request property's minLength was decreased from '1' to '0'
  • the 'FileName' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /salesOrders/{salesOrderId}/files/{salesOrderFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /salesOrders/{salesOrderId}/files/{salesOrderFileId}

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /salesOrders/{salesOrderId}/files/{salesOrderFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''

GET /salesOrders/{salesOrderId}/lineitems

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /salesOrders/{salesOrderId}/lineitems

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''

POST /salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • the 'FileDataType' request property's minLength was decreased from '1' to '0'
  • the 'FileName' request property's minLength was decreased from '1' to '0'

DELETE /salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files/{salesOrderLineItemFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''

GET /salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files/{salesOrderLineItemFileId}

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files/{salesOrderLineItemFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''

GET /salesOrders/{salesOrderId}/notes

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /salesOrders/{salesOrderId}/notes

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /salesOrders/{salesOrderId}/notes/{noteId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /salesOrders/{salesOrderId}/notes/{noteId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /salesOrders/{salesOrderId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /salesOrders/{salesOrderId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /salesOrders/{salesOrderId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesorders.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /salesOrders/{salesOrderId}/workflow/{workflowEventId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /salesOrders/{salesOrderId}/workflowEvents

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /shippingClasses

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /shippingMethods

  • added the new optional 'header' request parameter 'X-SessionId'

GET /stocks

  • :warning: deleted the 'query' request parameter 'itemId'
  • :warning: deleted the 'query' request parameter 'storageLocationId'
  • :warning: deleted the 'query' request parameter 'warehouseId'
  • the security scope 'inventories.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kWarenLagerPlatz'
  • added the new optional 'query' request parameter 'kWarenlager'
  • added the optional property 'Errors' to the response with the '404' status

POST /stocks

  • the security scope 'inventories.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /stocks/changes

  • :warning: deleted the 'query' request parameter 'itemId'
  • the security scope 'inventories.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the optional property 'Errors' to the response with the '404' status

GET /stocks/serialnumbers

  • :warning: deleted the 'query' request parameter 'itemId'
  • :warning: deleted the 'query' request parameter 'warehouseId'
  • the security scope 'inventories.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kWarenlager'
  • added the optional property 'Errors' to the response with the '404' status

GET /suppliers

  • the security scope 'suppliers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /tax/item/{itemId}/{companyId}/{departureCountryISO}/{shipmentCountryISO}

  • for the 'path' request parameter 'companyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /tax/taxclass/{taxClassId}/{companyId}/{departureCountryISO}/{shipmentCountryISO}

  • for the 'path' request parameter 'companyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'taxClassId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /taxClasses

  • the security scope 'taxes.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /transactionStatuses

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /v1/authentication

  • added the optional property 'Errors' to the response with the '403' status
  • added the optional property 'Errors' to the response with the '409' status

POST /v1/authentication/login

  • endpoint added

POST /v1/authentication/logout

  • endpoint added

GET /v1/authentication/{registrationId}

  • added the optional property 'Errors' to the response with the '404' status

POST /v1/authentication/{registrationId}

  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '403' status

GET /v1/availabilities

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/cancellationReasons

  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/categories

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /v1/categories

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/categories/{categoryId}

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/categories/{categoryId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/categories/{categoryId}/descriptions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/categories/{categoryId}/descriptions

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/categories/{categoryId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/categories/{categoryId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/categories/{categoryId}/items

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'categoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/colorCodes

  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/companies

  • the security scope 'system.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/conditions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/configuration/numberRanges

  • endpoint added

DELETE /v1/configuration/numberRanges/{numberRangeId}

  • endpoint added

GET /v1/configuration/numberRanges/{numberRangeId}

  • endpoint added

PUT /v1/configuration/numberRanges/{numberRangeId}

  • endpoint added

POST /v1/configuration/numberRanges/{numberRangeId}/increment

  • endpoint added

GET /v1/configuration/numberRanges/{numberRangeId}/preview

  • endpoint added

POST /v1/configuration/numberRanges/{parentNumberRangeId}

  • endpoint added

POST /v1/creditNotes/{creditNoteId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesinvoicecorrections.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'creditNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/creditNotes/{creditNoteId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesinvoicecorrections.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'creditNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/creditNotes/{creditNoteId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesinvoicecorrections.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'creditNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/customerCategories

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /v1/customerCategories

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'Name' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/customerCategories/{customercategoryId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customercategoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customerCategories/{customercategoryId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customercategoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/customerCategories/{customercategoryId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customercategoryId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customerGroups

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /v1/customerGroups

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'Name' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/customerGroups/{customergroupId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customergroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customerGroups/{customergroupId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customergroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/customerGroups/{customergroupId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customergroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers

  • :warning: deleted the 'query' request parameter 'categoryId'
  • :warning: deleted the 'query' request parameter 'groupId'
  • the security scope 'cusomters.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kKundenGruppe'
  • added the new optional 'query' request parameter 'kKundenKategorie'
  • added the new optional 'query' request parameter 'lastChangeFrom'
  • added the new optional 'query' request parameter 'lastChangeTo'
  • added the required property 'Items/items/LastChange' to the response with the '200' status

POST /v1/customers

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional request property 'LastChange'
  • the 'BillingAddress/City' request property's minLength was decreased from '1' to '0'
  • the 'BillingAddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'CustomAddress/City' request property's minLength was decreased from '1' to '0'
  • the 'CustomAddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherBillingAddresses/items/City' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherBillingAddresses/items/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherCustomerAddresses/items/City' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherCustomerAddresses/items/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherShippingAddresses/items/City' request property's minLength was decreased from '1' to '0'
  • the 'OtherAddresses/OtherShippingAddresses/items/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/City' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status
  • added the required property 'LastChange' to the response with the '201' status

GET /v1/customers/customfields

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property '/items/Attribut/AktivFuerArtikelOhneWarengruppe' to the response with the '200' status
  • added the optional property '/items/Attribut/AttributId' to the response with the '200' status
  • added the optional property '/items/Attribut/Ausgabeweg' to the response with the '200' status
  • added the optional property '/items/Attribut/Beschreibung' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezeichnungen' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezugstyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTypId' to the response with the '200' status
  • added the optional property '/items/Attribut/GruppeName' to the response with the '200' status
  • added the optional property '/items/Attribut/Id' to the response with the '200' status
  • added the optional property '/items/Attribut/IstFreifeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstMehrsprachig' to the response with the '200' status
  • added the optional property '/items/Attribut/IstPflichtfeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstStandard' to the response with the '200' status
  • added the optional property '/items/Attribut/IstUnsichtbar' to the response with the '200' status
  • added the optional property '/items/Attribut/ReadOnly' to the response with the '200' status
  • added the optional property '/items/Attribut/RegEx' to the response with the '200' status
  • added the optional property '/items/Attribut/Sortierung' to the response with the '200' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/workflowEvents

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

DELETE /v1/customers/{customerId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/{customerId}

  • the security scope 'cusomters.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'LastChange' to the response with the '200' status

PATCH /v1/customers/{customerId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional request property 'LastChange'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'LastChange' to the response with the '201' status

GET /v1/customers/{customerId}/bankaccounts

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/customers/{customerId}/bankaccounts

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • the 'AccountHolder' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/customers/{customerId}/bankaccounts/{customerBankAccountId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerBankAccountId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/{customerId}/bankaccounts/{customerBankAccountId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerBankAccountId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/customers/{customerId}/bankaccounts/{customerBankAccountId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerBankAccountId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/{customerId}/contacts

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/customers/{customerId}/contacts

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/customers/{customerId}/contacts/{customerContactId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerContactId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/{customerId}/contacts/{customerContactId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerContactId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/customers/{customerId}/contacts/{customerContactId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerContactId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/{customerId}/customfields

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

DELETE /v1/customers/{customerId}/customfields/{customfieldId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/customers/{customerId}/customfields/{customfieldId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/{customerId}/lastChange

  • endpoint added

GET /v1/customers/{customerId}/notes

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/customers/{customerId}/notes

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/customers/{customerId}/notes/{noteId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/customers/{customerId}/notes/{noteId}

  • the security scope 'customers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/customers/{customerId}/notes/{noteId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/customers/{customerId}/workflow/{workflowEventId}

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/customers/{customerId}/workflowEvents

  • the security scope 'customers.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/deliveryNotes/{deliveryNoteId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'deliverynotes.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/deliveryNotes/{deliveryNoteId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'deliverynotes.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/deliveryNotes/{deliveryNoteId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'deliverynotes.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/deliveryNotes/{deliveryNoteId}/workflow/{workflowEventId}

  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'deliveryNoteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/extensions

  • endpoint added

POST /v1/extensions

  • endpoint added

DELETE /v1/extensions/{extensionId}

  • endpoint added

GET /v1/extensions/{extensionId}

  • endpoint added

PATCH /v1/extensions/{extensionId}

  • endpoint added

PUT /v1/extensions/{extensionId}/manifest

  • endpoint added

GET /v1/info

  • added the optional property 'Errors' to the response with the '404' status

POST /v1/invoices/{invoiceId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/invoices/{invoiceId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/invoices/{invoiceId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'invoices.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/invoices/{invoiceId}/workflow/{workflowEventId}

  • the security scope 'invoices.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'invoiceId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/items

  • :warning: deleted the 'query' request parameter 'categoryId'
  • :warning: deleted the 'query' request parameter 'manufacturerId'
  • :warning: deleted the 'query' request parameter 'parentItemId'
  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kHersteller'
  • added the new optional 'query' request parameter 'kKategorie'

POST /v1/items

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'Name' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/items/customfields

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property '/items/Attribut/AktivFuerArtikelOhneWarengruppe' to the response with the '200' status
  • added the optional property '/items/Attribut/AttributId' to the response with the '200' status
  • added the optional property '/items/Attribut/Ausgabeweg' to the response with the '200' status
  • added the optional property '/items/Attribut/Beschreibung' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezeichnungen' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezugstyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTypId' to the response with the '200' status
  • added the optional property '/items/Attribut/GruppeName' to the response with the '200' status
  • added the optional property '/items/Attribut/Id' to the response with the '200' status
  • added the optional property '/items/Attribut/IstFreifeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstMehrsprachig' to the response with the '200' status
  • added the optional property '/items/Attribut/IstPflichtfeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstStandard' to the response with the '200' status
  • added the optional property '/items/Attribut/IstUnsichtbar' to the response with the '200' status
  • added the optional property '/items/Attribut/ReadOnly' to the response with the '200' status
  • added the optional property '/items/Attribut/RegEx' to the response with the '200' status
  • added the optional property '/items/Attribut/Sortierung' to the response with the '200' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/imagedata/{imageId}

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'imageId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/workflowEvents

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/children/{childItemId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'childItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/customerPrices

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/customerPrices

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/customerPrices/{customerId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/customerPrices/{customerId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/customfields

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

DELETE /v1/items/{itemId}/customfields/{customfieldId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/customfields/{customfieldId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/descriptions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/descriptions

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/descriptions/{salesChannelId}/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/images

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/images

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/images/{imageId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'imageId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/images/{imageId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'imageId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/properties

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/properties

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/properties/{propertyValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/salesChannelPrices

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/salesChannelPrices

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/salesChannelPrices/{salesChannelId}/{customerGroupId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerGroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/salesChannelPrices/{salesChannelId}/{customerGroupId}/{fromQuantity}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customerGroupId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/specialprices

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/specialprices

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/suppliers

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/suppliers

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/suppliers/{supplierId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'supplierId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/suppliers/{supplierId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'supplierId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/variations

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/variations

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/variations/{variationId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/variations/{variationId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/items/{itemId}/variations/{variationId}/values

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/variations/{variationId}/values

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/items/{itemId}/variations/{variationId}/values/{variationValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/items/{itemId}/variations/{variationId}/values/{variationValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'variationValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/items/{itemId}/workflow/{workflowEventId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/items/{itemId}/workflowEvents

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/manufacturers

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/offer/{offerId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'offers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'offerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/offer/{offerId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'offers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'offerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/offer/{offerId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'offers.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'offerId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/onHoldReasons

  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/paymentMethods

  • the security scope 'invoices.read' was added to the endpoint's security scheme 'Wawi'
  • the security scope 'orders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/printers

  • the security scope 'system.config.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/productGroups

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/properties

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /v1/properties

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/properties/groups

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

POST /v1/properties/groups

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/properties/{propertyId}/values

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/properties/{propertyId}/values

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/properties/{propertyId}/values/{propertyValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/properties/{propertyId}/values/{propertyValueId}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/properties/{propertyId}/values/{propertyValueId}/descriptions

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/properties/{propertyId}/values/{propertyValueId}/descriptions

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/properties/{propertyId}/values/{propertyValueId}/descriptions/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/properties/{propertyId}/values/{propertyValueId}/descriptions/{languageIso}

  • the security scope 'items.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'propertyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'propertyValueId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/responsiblePersons

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/returns

  • :warning: the 'Items/items/Quantity' request property's min was set to '0.00'
  • the security scope 'returns.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '500' status

GET /v1/salesChannels

  • the security scope 'saleschannels.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/salesInvoiceCorrections/cancellationReasons

  • endpoint added

GET /v1/salesOrders

  • :warning: deleted the 'query' request parameter 'colorId'
  • :warning: deleted the 'query' request parameter 'companyId'
  • :warning: deleted the 'query' request parameter 'createdUserId'
  • :warning: deleted the 'query' request parameter 'customerId'
  • :warning: deleted the 'query' request parameter 'itemId'
  • :warning: deleted the 'query' request parameter 'onHoldReasonId'
  • :warning: deleted the 'query' request parameter 'paymentMethodId'
  • :warning: deleted the 'query' request parameter 'shippingMethodId'
  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'IsExisting'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kBenutzer'
  • added the new optional 'query' request parameter 'kFarbe'
  • added the new optional 'query' request parameter 'kFirma'
  • added the new optional 'query' request parameter 'kKunde'
  • added the new optional 'query' request parameter 'kRueckhalteGrund'
  • added the new optional 'query' request parameter 'kVersandart'
  • added the new optional 'query' request parameter 'kZahlungsart'
  • added the required property 'Items/items/TransactionStatusId' to the response with the '200' status

POST /v1/salesOrders

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • the 'BillingAddress/City' request property's minLength was decreased from '1' to '0'
  • the 'BillingAddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/City' request property's minLength was decreased from '1' to '0'
  • the 'Shipmentaddress/CountryIso' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status
  • added the required property 'TransactionStatusId' to the response with the '201' status

GET /v1/salesOrders/customfields

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property '/items/Attribut/AktivFuerArtikelOhneWarengruppe' to the response with the '200' status
  • added the optional property '/items/Attribut/AttributId' to the response with the '200' status
  • added the optional property '/items/Attribut/Ausgabeweg' to the response with the '200' status
  • added the optional property '/items/Attribut/Beschreibung' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezeichnungen' to the response with the '200' status
  • added the optional property '/items/Attribut/Bezugstyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTyp' to the response with the '200' status
  • added the optional property '/items/Attribut/FeldTypId' to the response with the '200' status
  • added the optional property '/items/Attribut/GruppeName' to the response with the '200' status
  • added the optional property '/items/Attribut/Id' to the response with the '200' status
  • added the optional property '/items/Attribut/IstFreifeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstMehrsprachig' to the response with the '200' status
  • added the optional property '/items/Attribut/IstPflichtfeld' to the response with the '200' status
  • added the optional property '/items/Attribut/IstStandard' to the response with the '200' status
  • added the optional property '/items/Attribut/IstUnsichtbar' to the response with the '200' status
  • added the optional property '/items/Attribut/ReadOnly' to the response with the '200' status
  • added the optional property '/items/Attribut/RegEx' to the response with the '200' status
  • added the optional property '/items/Attribut/Sortierung' to the response with the '200' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/salesOrders/workflowEvents

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/salesOrders/{salesOrderId}

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'TransactionStatusId' to the response with the '200' status

PATCH /v1/salesOrders/{salesOrderId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status
  • added the required property 'TransactionStatusId' to the response with the '201' status

POST /v1/salesOrders/{salesOrderId}/cancel

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/salesOrders/{salesOrderId}/customfields

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

DELETE /v1/salesOrders/{salesOrderId}/customfields/{customfieldId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/salesOrders/{salesOrderId}/customfields/{customfieldId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'customfieldId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/salesOrders/{salesOrderId}/files

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/salesOrders/{salesOrderId}/files

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • the 'FileDataType' request property's minLength was decreased from '1' to '0'
  • the 'FileName' request property's minLength was decreased from '1' to '0'
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/salesOrders/{salesOrderId}/files/{salesOrderFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/salesOrders/{salesOrderId}/files/{salesOrderFileId}

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/salesOrders/{salesOrderId}/files/{salesOrderFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''

GET /v1/salesOrders/{salesOrderId}/lineitems

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/salesOrders/{salesOrderId}/lineitems

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''

POST /v1/salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • the 'FileDataType' request property's minLength was decreased from '1' to '0'
  • the 'FileName' request property's minLength was decreased from '1' to '0'

DELETE /v1/salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files/{salesOrderLineItemFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''

GET /v1/salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files/{salesOrderLineItemFileId}

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/salesOrders/{salesOrderId}/lineitems/{salesOrderLineItemId}/files/{salesOrderLineItemFileId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemFileId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderLineItemId', the type/format was generalized from 'integer'/'int32' to 'string'/''

GET /v1/salesOrders/{salesOrderId}/notes

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/salesOrders/{salesOrderId}/notes

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

DELETE /v1/salesOrders/{salesOrderId}/notes/{noteId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

PATCH /v1/salesOrders/{salesOrderId}/notes/{noteId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'noteId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/salesOrders/{salesOrderId}/output/mail

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/salesOrders/{salesOrderId}/output/pdf

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/salesOrders/{salesOrderId}/output/print

  • :warning: deleted the 'query' request parameter 'formId'
  • the security scope 'salesorders.print' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kFormular'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/salesOrders/{salesOrderId}/workflow/{workflowEventId}

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

POST /v1/salesOrders/{salesOrderId}/workflowEvents

  • the security scope 'salesorders.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'salesOrderId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status

GET /v1/shippingClasses

  • the security scope 'items.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/shippingMethods

  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/stocks

  • :warning: deleted the 'query' request parameter 'itemId'
  • :warning: deleted the 'query' request parameter 'storageLocationId'
  • :warning: deleted the 'query' request parameter 'warehouseId'
  • the security scope 'inventories.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kWarenLagerPlatz'
  • added the new optional 'query' request parameter 'kWarenlager'
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/stocks

  • the security scope 'inventories.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/stocks/changes

  • :warning: deleted the 'query' request parameter 'itemId'
  • the security scope 'inventories.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/stocks/serialnumbers

  • :warning: deleted the 'query' request parameter 'itemId'
  • :warning: deleted the 'query' request parameter 'warehouseId'
  • the security scope 'inventories.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the new optional 'query' request parameter 'kArtikel'
  • added the new optional 'query' request parameter 'kWarenlager'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/suppliers

  • the security scope 'suppliers.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/tax/item/{itemId}/{companyId}/{departureCountryISO}/{shipmentCountryISO}

  • for the 'path' request parameter 'companyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'itemId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/tax/taxclass/{taxClassId}/{companyId}/{departureCountryISO}/{shipmentCountryISO}

  • for the 'path' request parameter 'companyId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'taxClassId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/taxClasses

  • the security scope 'taxes.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/transactionStatuses

  • the security scope 'salesorders.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/warehouses

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/warehouses/storagelocationtypes

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/warehouses/types

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/warehouses/{warehouseId}/storagelocations

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/wms/picklisttemplates

  • the security scope 'picklists.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /v1/wms/{warehouseId}/picklists

  • the security scope 'picklists.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /v1/wms/{warehouseId}/picklists

  • the security scope 'picklists.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/wms/{warehouseId}/picklists/{picklistId}

  • the security scope 'picklists.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'picklistId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /v1/workers

  • endpoint added

GET /v1/workers/status

  • endpoint added

POST /v1/workers/{syncId}

  • endpoint added

PUT /v1/workers/{syncId}

  • endpoint added

GET /warehouses

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /warehouses/storagelocationtypes

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /warehouses/types

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /warehouses/{warehouseId}/storagelocations

  • the security scope 'warehouse.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /wms/picklisttemplates

  • the security scope 'picklists.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'

GET /wms/{warehouseId}/picklists

  • the security scope 'picklists.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

POST /wms/{warehouseId}/picklists

  • the security scope 'picklists.write' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '400' status
  • added the optional property 'Errors' to the response with the '404' status

GET /wms/{warehouseId}/picklists/{picklistId}

  • the security scope 'picklists.read' was added to the endpoint's security scheme 'Wawi'
  • added the new optional 'header' request parameter 'X-SessionId'
  • for the 'path' request parameter 'picklistId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • for the 'path' request parameter 'warehouseId', the type/format was generalized from 'integer'/'int32' to 'string'/''
  • added the optional property 'Errors' to the response with the '404' status

GET /workers

  • endpoint added

GET /workers/status

  • endpoint added

POST /workers/{syncId}

  • endpoint added

PUT /workers/{syncId}

  • endpoint added