Price Tables

List price tables

This method will list all price tables.

Response body example

[
    "1",
    "2",
    "3",
    "b2c",
    "b2b",
    "gold"
]
get/pricing/tables

Headers

Content-Typestring required

Describes the type of the content being sent.

Acceptstring required
Example:application/json

HTTP Client Negotiation Accept Header. Indicates the types of responses the client can understand.

Response

OK

string[] required

Array of price tables.

Changes