platform/sitedata
Use the site data resource to store site-level information required for a third-party application in the Kibo eCommerce database.
Operations
Operation Name | Request URI | Description |
---|---|---|
CreateDBValue | POST %7b*dbEntryQuery%7d |
Creates a new record in the Kibo eCommerce database based on the information supplied in the request. |
DeleteDBValue | DELETE %7b*dbEntryQuery%7d |
Removes a previously defined record in the Kibo eCommerce database. |
GetDBValue | GET %7b*dbEntryQuery%7d%3fresponseFields%3d%7bresponseFields%7d |
Retrieves the value of a record in the Kibo eCommerce database. |
UpdateDBValue | PUT %7b*dbEntryQuery%7d |
Updates a record in the Kibo eCommerce database based on the information supplied in the request. |