Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The SmartStore.Net Web API in detail

...

A request body needs to be UTF8 encoded. 


Request HTTP header fields

User-Agent (optional): Short description of the API consumer. Example: My shopping data consumer v.1.0

...

Code Block
languagepowershell
linenumberstrue
User-Agent: My shopping data consumer v.1.0
Accept: application/json, text/javascript, */*
Accept-Charset: UTF-8
SmartStore-Net-Api-PublicKey: 0c6b33651708eb09c8a8d6036b79d739
SmartStore-Net-Api-Date: 2013-11-09T11:42:48.4715986Z
Content-Type: application/json; charset=utf-8
Content-MD5: lgifXydL3FhffpTIilkwOw==
Authorization: SmNetHmac1 +yvONYvJmQl19omu1uE3HVlQ7afd7Qqkk8DrNrfUbe8=

...