Znode

Build Version:

GET producttype

Gets a list of Product Type.

Request Information

» Expands

Name Description Usage
shippingType This will retrieve the related shipping type. GET producttype?expand=shippingtype

» Filters

Name Description Usage
countryCode This will filter the request by country code. GET producttype?filter=countrycode~{operator}~{value}
externalId This will filter the request by external ID. GET producttype?filter=externalid~{operator}~{value}
isActive This will filter the request by the is active flag. GET producttype?filter=isactive~{operator}~{value}
profileId This will filter the request by profile ID. GET producttype?filter=profileid~{operator}~{value}
shippingCode This will filter the request by shipping code. GET producttype?filter=shippingcode~{operator}~{value}
shippingTypeId This will filter the request by shipping type ID. GET producttype?filter=shippingtypeid~{operator}~{value}

» Sorting

Name Description Usage
countryCode This will sort the response by country code. GET producttype?sort=countrycode
description This will sort the response by description. GET producttype?sort=description
displayOrder This will sort the response by display order. GET producttype?sort=displayorder
shippingCode This will sort the response by shipping code. GET producttype?sort=shippingcode
shippingOptionId This will sort the response by shipping option ID. GET producttype?sort=shippingoptionid

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. GET producttype?page=index~{value}
size The size of the page when retrieving paged results. GET producttype?page=size~{value}