Znode

Build Version:

POST shippingoptions/listbyprofileids

No documentation available.

Request Information

» Parameters

Name Description Additional information
model No documentation available.

Define this parameter in the request body.

» Filters

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

» Sorting

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

» Paging

Name Description Usage
index The index to retrieve when requesting paged results. POST shippingoptions/listbyprofileids?page=index~{value}
size The size of the page when retrieving paged results. POST shippingoptions/listbyprofileids?page=size~{value}

Request Body Formats

Sample:
	{
  "Ids": "sample string 1"
}