How toWeb Service Developer Guide

Web Service Developer Guide

Sana Commerce 9.0
Your connector

Authentication and Security

The web service can be secured using Basic Authentication.

Individual API methods can be secured by requiring an authentication ticket. A ticket can be generated by calling the 'login' API method. The 'API Methods' chapter provides an overview of the available API methods and indicates whether a method requires a ticket, using one of the following values:

Value Description
No The method never requires a ticket.
Yes The method always requires a ticket.
B2B The method only requires a ticket if the webshop is configured as a B2B shop.
SA The method always requires a ticket of a Sales Agent.
How toWeb Service Developer Guide