GET v1/ShopifyProduct?pageNumber={pageNumber}&pageSize={pageSize}&shopifyDomainName={shopifyDomainName}&productCode={productCode}&handle={handle}

This method gets a paged list of top level Shopify product information

Request Information

URI Parameters

Name Description Type Additional information
pageNumber

integer

Optional

pageSize

integer

Optional

shopifyDomainName

string

Optional

productCode

string

Optional

handle

string

Optional

Body Parameters

None.

Response Information

Resource Description

IPagedCollection (of ShopifyProduct)

Name Description Type
TotalCount

The total number of records in the resultset including those returned on this page

integer
PageNumber

The page number of the current resultset

integer
PageSize

The page size of the current resultset

integer
List

The list of records in this page of the resultset

Collection of ShopifyProduct

Response Formats

application/json

Sample:

Sample not available.