ViisonPickwareERPBinLocations

Extends \Shopware_Controllers_Api_Rest

package

Default

Methods

Deletes a bin location. This is not possible for the null bin location or bin locations that have article details still assigned to them.

deleteAction() 

DELETE /api/binLocations/{id}

GET /api/binLocations/{id}

getAction() 

Fetches all bin locations with the given sort, filter and pagination limits (offset and limit).

indexAction() 

GET /api/binLocations

POST /api/binLocations

postAction() 

Updates a bin location by updating the code only.

putAction() 

PUT /api/binLocations/{id}