ApexERPHost

<back to all web services

GetProductsForGlovoCatalog

Requires Authentication
The following routes are available for this service:
GET/Glovo/ProductsForCatalog
GetProductsForGlovoCatalog Parameters:
NameParameterData TypeRequiredDescription
GlovoBranchIdsqueryList<int>No
GetProductsForGlovoCatalogResponse Parameters:
NameParameterData TypeRequiredDescription
ResponseStatusformResponseStatusNo
ResultformList<GlovoCatalogList>No
GlovoCatalogList Parameters:
NameParameterData TypeRequiredDescription
ProductIdformstringNo
ProductNameformstringNo
ProductPriceformdoubleNo
ImageUrlformstringNo
ProductDescriptionformstringNo
ProductAvailableformboolNo
CollectionNameformstringNo
CollectionPositionformintNo
CollectionImageUrlformstringNo
SupercollectionNameformstringNo
SupercollectionImageUrlformstringNo
SupercollectionPositionformintNo
SectionNameformstringNo
SectionPositionformintNo
BranchIdformint?No
BranchNameformstringNo
ProdPPIdformstringNo
Idformint?No
UploadedToGlovoformboolNo
SpendformboolNo
RCountformdecimalNo
MinRcountformdecimalNo
GlovoBranchIdformint?No
GlovoStoreNameformstringNo
HasAttributesformboolNo

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /Glovo/ProductsForCatalog HTTP/1.1 
Host: apex.nikoratrade.ge 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"ResponseStatus":{"ErrorCode":"String","Message":"String","StackTrace":"String","Errors":[{"ErrorCode":"String","FieldName":"String","Message":"String","Meta":{"String":"String"}}],"Meta":{"String":"String"}},"Result":[{"ProductId":"String","ProductName":"String","ProductPrice":0,"ImageUrl":"String","ProductDescription":"String","ProductAvailable":false,"CollectionName":"String","CollectionPosition":0,"CollectionImageUrl":"String","SupercollectionName":"String","SupercollectionImageUrl":"String","SupercollectionPosition":0,"SectionName":"String","SectionPosition":0,"BranchId":0,"BranchName":"String","ProdPPId":"String","Id":0,"UploadedToGlovo":false,"Spend":false,"RCount":0,"MinRcount":0,"GlovoBranchId":0,"GlovoStoreName":"String","HasAttributes":false}]}