Skip to content

LOVAT-compliance/vatcompliance-wp-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lovat_Api

Description

WordPress WooCommerce REST API Lovat Api

Plugin Installation

Download the extension as a ZIP file from this repository under the wp-content/plugins directory

Next, activate the plugin and get the access key in the settings.

Use request authorization

Authorization: Bearer Token

Params: from to p

from to -> date format

p -> integer (pagination), default = 1

URL request

/wp-json/v1/orders?from=date&to=date&p=integer

Request URL example

http://localhost/wp-json/v1/orders?from=15.08.2020&to=30.08.2020&p=1

The search is carried out according to such statuses as completed or refunded

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published