Skip to content

Shopping & Commerce

Ramtin Jokar edited this page Dec 16, 2018 · 3 revisions

You can find all shopping functions in IInstaApi.ShoppingProcessor class.

Can I get shopping medias for an specific user?

Yes, you can use this function:

Task<IResult<InstaMediaList>>
 GetUserShoppableMediaAsync(string username,
   PaginationParameters paginationParameters);

Can I get product information?

Yes, you can use this function:

Task<IResult<InstaProductInfo>>
 GetProductInfoAsync(long productId,
   string mediaPk, int deviceWidth = 720);

Is there any function for shopping?

For now, no.

Clone this wiki locally