MatchOwnArticleNumbers
Last updated
Last updated
Description
The database of the shop does not contain the customer's own articlenumbers but if this REST API function is implemented the shop can facilitate the use of the customer's own article numbers in the shop's search box.
This function can be implemented if the ERP system supports the storage of the customer own article numbers for the articles in the ERP.
The shop will pass on the terms found in search query to the MatchOwnArticleNumbers endpoint. The endpoint checks in the ERP if the terms correspond with the own articlenumbers of the current customer and and returns the matched articlenumbers that are used in the shop. The shop will then complete the search query with this matched/translated articlenumbers. SearchTerms that could not be matched are not returned in the result.
URL: /Shoxl/v1/MatchOwnArticleNumbers Method: POST
Request body:
}
Response body:
}
}
errorCode
string nullable: true
An error code returned by the ERP system
errorDescription
string nullable: true
The error description related to the error code returned by the ERP system
matchedArticles
[ArticleNumberMatch]
List of article number matches
ownArticleNumber
string nullable: true
Matched own article number
articleNumber
string nullable: true
Article number of the ERP system (that is also used in the shop)
accountNumber
string required
Account number of the customer that is logged in into the shop.
searchTerms
[string]
required
List of seachterms that may (but does not have to) contain own articlenumbers.