action axesso_sort_options { label: "request available sort options to use in keyword search" description: "" provider: axesso method: GET path: "/amz/sort-options" encoding: json output: { type: "object" properties: { responseMessage: { type: "string" } responseStatus: { type: "string" } resultSize: { type: "integer" format: "int64" } sortOptions: { type: "array" items: { type: "object" properties: { order: { type: "integer" format: "int64" } sortName: { type: "string" } strategy: { type: "string" } } } } } } }