SEOTOASTER 2.0 Documentation: Store API for developers
Class

Api_Store_Shippers

class Api_Store_Shippers extends Api_Service_Abstract

Shipping plugins config REST API controller

Methods

JSON getAction()

Fetch a shipping module configuration

postAction()

Alias for PUT method

JSON putAction()

Saves shipping plugin config in database

deleteAction()

Reserved for future usage

Details

at line 39
public JSON getAction()

Fetch a shipping module configuration

Resourse:
: /api/store/shippers/

HttpMethod:
: GET

## Parameters:
name (type string)
: Name of shipping plugin

Return Value

JSON List of shipping plugins configurations

at line 52
public postAction()

Alias for PUT method

See also

Api_Store_Shippers::put()

at line 67
public JSON putAction()

Saves shipping plugin config in database

Resourse:
: /api/store/shippers/

HttpMethod:
: PUT

Return Value

JSON Passthrough config

at line 80
public deleteAction()

Reserved for future usage