Interbranch

Make sure you familiarize yourself with the following important concepts of our API:
Prices and Quantities, Products and Articles, Sync Markers
After taking the time to understand these concepts, you will much better understand the basics of our API.

Introduction

Using these API functions, you can interact with the MplusKASSA interbranch workflow. The interbranch system was created to facilitate transfer of stock from one branch to another branch within the same MplusKASSA administration. The full interbranch workflow is as follows:

create order saveInterbranchOrder Order claim claimInterbranchOrder ship shipInterbranchOrder Shipment deliver deliverInterbranchShipment Delivery

There are some shortcuts available in this workflow. For instance, you can immediately create a shipment or a delivery, which will automatically create an order or an order and a shipment respectively.

create shipment saveInterbranchShipment Order (automatic) Shipment deliver deliverInterbranchShipment Delivery

create delivery saveInterbranchDelivery Order (automatically) Shipment (automatically) Delivery

Contents

getInterbranchOrders
Retrieving interbranch orders

getInterbranchShipments
Retrieving interbranch shipments

getInterbranchDeliveries
Retrieving interbranch deliveries

saveInterbranchOrder
Create or modify an interbranch order

claimInterbranchOrder
Claim an interbranch order

releaseInterbranchOrder
Release an interbranch order

shipInterbranchOrder
Ship an interbranch order, which creates a shipment

deliverInterbranchShipment
Deliver an interbranch shipment, which creates a delivery

saveInterbranchShipment
Creates an interbranch shipment, which automatically creates an order

saveInterbranchDelivery
Creates an interbranch delivery, which automatically creates an order and a shipment