Get all invoices
Path parameters
-
shopId
integer(int32) Required
Query parameters
-
PageNumber
integer(int32) -
PageSize
integer(int32) -
searchString
string -
status
integer(int32) Values are
0
,1
,2
,3
,10
,11
,40
,41
,50
, or51
. -
gateway
integer(int32) Values are
0
,1
,2
,3
,4
,6
,7
,8
, or9
. -
fromDate
string(date-time) -
toDate
string(date-time)
GET
/self/{shopId}/invoices
curl \
-X GET https://dev.sellpass.io/self/{shopId}/invoices \
-H "Authorization: $API_KEY"