manifest / integrations / sliced-invoices-api-connector
Sliced Invoices API Connector archived
Extends the features of Sliced Invoice plugin to be reachable by external apps via WP native REST API.
by JC Perez · github.com/jcperez2405/sliced-invoices-api-connector · website
★ 1stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/jcperez2405/sliced-invoices-api-connector/archive/refs/heads/master.zipFrom the readme
Name: Sliced Invoices API Connector
Version: 1.0.0
Description: Extends the features of Sliced Invoice plugin to be reachable by external apps via WP native REST API.
Details:
Quotes CRUD
Invoices CRUD
Endpoints:
Quotes
/wc-connector/v1/quotes
Method: GET
Description: List all quotes
/wc-connector/v1/quotes
Method: POST
Description: Store a new quote
Params:
customeremail
Required
Valid email address
items
Required
Array of items, each item with a valid title, qty and amount
action
Required.
Valid options are Draft and Sent
discount
Optional
Integer
/wc-connector/v1/quotes/{quoteid}
Method: PUT | PATCH
Description: Update an existing quote
Params:
customeremail
Required
Valid email address
items
Required
Array of items, each item