YUMBI Gateway Docs 0.2 Help

Store Status

Get and Set the store status using the YUMBI Gateway store_id. Allowed values include active and inactive.

Get Store Status

GET method/store/{store_id}/status

Fetches the current status of a store.

Request parameters

Responses

"example"
{ "error": "example" }
{ "error": "example" }

Set Store Status

PUT method/store/{store_id}/status

Updates the status of a store.

Request parameters

{ "status": "active" }

Responses

{ "error": "example" }
{ "error": "example" }
Last modified: 05 August 2024