GET api/v1/getappsetting?clientId={clientId}&sellerId={sellerId}

Request Information

URI Parameters
NameDescriptionTypeAdditional information
clientId

integer

Required

sellerId

integer

Required

Response Information

Description:

Return type: GetAppSetting

Response Formats
{
  "IsOrderManagedByParent": true,
  "IsLogisticsEnabled": true
}
{"IsOrderManagedByParent":true,"IsLogisticsEnabled":true}
<GetAppSetting xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FDCMSAdminAPI.Models.Order">
  <IsLogisticsEnabled>true</IsLogisticsEnabled>
  <IsOrderManagedByParent>true</IsOrderManagedByParent>
</GetAppSetting>