Quick Start

Get your Signature keys

Your API requests are authenticated using Signature key. Any request that doesn't include a Signature key will return an error.

You can generate an Signature key from the below:

px3lr0zb3pnyb4tfp6sldmwxwgqksljh
Generate Signature
$signature = hash('sha256',{Consumer Key}.{Consumer Secret}.{Access Token}.{Access Token Secret}.{Website Code});

Make your first request

To make your first request, send an authenticated request to the orders endpoint.

Get List of Orders.

GET https://shopbeesline.com/rest/V1/api/getorders

Request Body

Name
Type
Description

from*

string

2023-01-01 00:00:00

to*

string

2023-01-03 23:59:59

current_page*

string

1

page_size*

string

10

store_ids*

string

13,14

signature*

string

Generate your signature from the previous section

Last updated