πGet Order Tracking
Get Order Tracking
POST
https://app.pgprints.io/api/v1/orders/trackings
Headers
Name | Type | Description |
---|---|---|
Content-Type* | string | application/json |
X-PGPrints-Hmac-Sha256* | string | see the authentication: https://pgprints.gitbook.io/api/authentication |
X-PGPrints-Store-Id* | string | use the Store ID taken from the Manage Keys |
Request Body
Name | Type | Description |
---|---|---|
fromTime | Number | The millisecond number must not exceed 30 days |
toTime | Number | The millisecond number must not exceed 30 days |
This is my code some language:
Last updated