Help

Filter
Messages

Objects

Cargo pub (Cargo)
Chromaticity pub (Chromaticity)
Circulation pub (Circulation)
Country pub (Country)
CourierProvider pub (CourierProvider)
DesignOrderItem (Design Order Item)
File (File)
Finishing pub (Finishing)
Image (Image)
Job (SKUType Job)
LogisticProvider pub (Logistic provider)
MerchColor pub (Merch Color)
MerchModel pub (Merch Model)
MerchPrintArea (Merch Print Area)
MerchPrintAreaImage (Merch Print Area Image)
MerchPrintSide pub (Merch Print Side)
MerchSize pub (Merch Size)
NovaPoshta pub (NovaPoshtaProvider)
NovaPoshtaWarehouse pub (Nova Poshta Warehouse)
Order (Order)
OrderItem (Order Item)
OrderStatus pub (Order status)
Pack pub (Pack)
Package pub (Package)
PaperDensity pub (Paper Density)
PaperFormat pub (Paper Format)
PaperType pub (Paper Type)
Parcel (Parcel)
Product pub (Product)
Region pub (Region)
ShipmentOrderItem (Shipment Order Item)
SKUType pub (SKU Type)
SKUTypeOrderItem (SKUType Order Item)

Filter


Collection options:

Property Type Title Description
_locale String Locale Locale such as "en_US", "de_DE", "it_IT", "ru_RU", "uk_UA", "sl_SI", "ko_KR"
_pageNo Integer Page number Page number
_perPage Integer Items quantity per page Items quantity per page
_sort String Sort by

i.e.

_sort=PriceAmount-,ID

means sort by PriceAmount descending and ID ascending

_view_collection
or
_view_list
String First level items view _view_collection - Force view first level items as collection
_view_list - Force view first level items as list (this option is used by default)

Filter options:

Filter type Operator Title Description
_eq = Equal It is default operator. Expression like
PriceAmount_eq=100
or simple
PriceAmount=100
finds objects with price amount that equals 100
_lt < Less than
PriceAmount_lt=100
finds objects with price amount less than 100
_lteq <= Less than or equal
PriceAmount_lteq=100
finds objects with price amount less than or equal 100
_gt > Greater than
PriceAmount_gt=100
finds objects with price amount greater than 100
_gteq >= Greater than or equal
PriceAmount_gteq=100
finds objects with price amount greater than or equal 100

Output options:

Property Type Title Description
_outFormat String Output file format

possible values:

  • json (by default)
  • csv
_outFormat=csv
_outType String Output type

The way to get data:

  • stream - normal output (by default)
  • file - download as a file
_outType=file


Filter example:

https://printonline.com.ua/api-v1/SKUType?token=If5F87X7tMKZB2qVVB1D5XbGCUxEzjDioNZWcIn4AwIP5WIptMZzUFQQn4dAxZXK&_pageNo=2&_perPage=24&_sort=PriceAmount-,ID&PriceAmount_gt=70&PriceAmount_lteq=100

will find SKUType objects with price amount greater than 70 and less than or equal 100 sorted by price amount descending and id ascending accepting objects on page 2 with maximum quantity 24