📄️ Authentication
To make an API call to Purchase Order Plus, you must provide:
📄️ Retrieves a list of purchase orders
Endpoint//po.mimoran.com/api/v1/graphql.php
📄️ Retrieves a single purchase order by ID
Endpoint//po.mimoran.com/api/v1/graphql.php
📄️ Create new Purchase Order
Endpoint//po.mimoran.com/api/v1/graphql.php
📄️ Receive items on a Purchase Order
Marks items on an existing Purchase Order as received — the same action as clicking the "Receive" button in the app, including updating Shopify inventory (when location_id is provided) and moving the Purchase Order through its normal status stages.
📄️ Retrieves a list of suppliers
Endpoint//po.mimoran.com/api/v1/graphql.php
📄️ Retrieves a single stock transfer by ID
Endpoint//po.mimoran.com/api/v1/graphql.php
📄️ Retrieves a list of stock transfers
Endpoint//po.mimoran.com/api/v1/graphql.php
📄️ Create new Stock Transfer
Endpoint//po.mimoran.com/api/v1/graphql.php