List Outbound Strategy
GET
/api/v1/public/products/list-outbound-strategy
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/public/products/list-outbound-strategy' \
--header 'Authorization;'
Response Response Example
200 - Success - Success
{"status_code":200,"data":[{"value":"fifo","label":"First in first out (FIFO)","is_active":true},{"value":"lifo","label":"Last in, first out (LIFO)","is_active":true},{"value":"fefo","label":"First Expire First Out (FEFO)","is_active":true},{"value":"lefo","label":"Last Expire First Out (LEFO)","is_active":true}],"error":false,"error_code":null,"log_id":null,"messages":"","total":4}
Request
Header Params
Authorization
string
required
Default:
{{your_api_key_here}}