List ProductsCopy Pageget https://{subdomain}.myshoplaza.com/openapi/2025-06/productsRetrieve a list of products with pagination.Query Paramsidsarray of stringsProduct's IDsidsADD stringtitlestringProduct's titlecollection_idstringCollection UUID, for example: 9e79ca1f-9ff2-409b-976f-98be343d38a3created_at_minstringFilter products created at or after date, for example: 2018-10-01T16:15:47-04:00created_at_maxstringFilter products created at or before date, for example: 2018-10-01T16:15:47-04:00updated_at_minstringFilter products last updated at or after date, for example: 2018-10-01T16:15:47-04:00updated_at_maxstringFilter products last updated at or before date, for example: 2018-10-01T16:15:47-04:00published_at_minstringFilter products published at or after date, for example: 2018-10-01T16:15:47-04:00published_at_maxstringFilter products published at or before date, for example: 2018-10-01T16:15:47-04:00published_statusstringFilter by published status: published, unpublished, anyspusarray of stringsProduct's SPUs, separated by comma, for example: spu1,spu2spusADD stringpre_cursorstringPre cursor-based paginationcursorstringPre cursor-based paginationper_pageint32Limit per page,maximum 250fieldsarray of stringsFilter fields return in responsesfieldsADD stringsort_directionstringSort by direction, possible values are: desc, ascexclude_idsarray of stringsexclude_ids is used to exclude products by their IDs, for example: product_id1,product_id2exclude_idsADD stringproduct_typestringFilter by product type, available values are: all, default, gift_card, empty means all productsproduct_behaviourstringproduct behaviour, available values are: hidden, empty means all productslocation_idstringfilter by the location id of the stockvendorsarray of stringsfilter by the vendor of the productvendorsADD stringvendors_matcharray of stringsfuzzy matching filter by the brand of the productvendors_matchADD stringhandlesarray of stringsfilter products by the handleshandlesADD stringResponse 200OKUpdated 3 months ago