Znode

Build Version:

GET producttypeattribute

Gets a list of Product Type.

Request Information

» Expands

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

» Filters

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

» Sorting

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

» Paging

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