Gift Registry SPI
2.3.4
Merchant SPI to implement and provide an endpoint for POS to perform Gift registry actions such as registry lookup, buy / return registry items.
Merchants must implement this endpoint per this specification and then configure it in CMS under CMS > Store Management > Integration > Custom API Connectors > Create.
Make sure to create the endpoint in CMS with the following details:
Under API Config:
- API Key:
GIFT_REGISTRY - API Endpoint: Provide the common external endpoint for registry APIs, for example: https://sample/external/endpoint/giftregistry
- API Key:
Under JSON Config:
- JSON Headers: Provide the header for the API. Headers can be Content-Type, Authorization attributes like clientId/password,
for example:
{"Content-Type":"application/json","client_id":"myClientId","client_secret":"myClientSecret"}
- JSON Headers: Provide the header for the API. Headers can be Content-Type, Authorization attributes like clientId/password,
for example:
Merchant to implement below APIs and use the same ending keyword for the individual APIs.
DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!
Let us know so we can improve!