Get all GRN Details
Get Grn Details along with multiple filter options
GET
https://{{workspace}}.myeshopbox.com/api/v1/grnDetails
This endpoint allows you to get details of Grn.
Query Parameters
sort_order
string
sort_order
either desc
or asc
sort_by
string
Sort the attribute
page
integer
The number of pages used to offset the results
per_page
integer
The number of items to be return per page
status
String
For fetching Grn details, w.r.t applied filter in response.(Created and Completed)
grnId
String
Grn Id
consignmentNumber
String
Consignment Number of which Grn details should be fetch
referenceNumber
String
Purchase order number in your ERP for the particular consignment created in Eshopbox
documentNumber
String
Invoice number of the consignment
inwardOnTo
Date
Date on which grn items are added
inwardOnFrom
String
Date on which grn items are added
Headers
Authentication
string
The Bearer token which allows to grant access to the API
proxyHost*
String
Account slug
Last updated