GET api/Order/GetOrderSetting?aid={aid}&sid={sid}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
aid

string

Required

sid

string

Required

Body Parameters

None.

Response Information

Resource Description

OrderSettingEntity
NameDescriptionTypeAdditional information
ShopID

integer

None.

AutoEndOrderDay

integer

None.

IsConsignmentRefunds

boolean

None.

ConsignmentRefundsDay

integer

None.

IsSuccessOrderRefunds

boolean

None.

IsAutoOrderRefunds

boolean

None.

IsAutoOrderRefundsNoSend

boolean

None.

SuccessOrderRefundsDay

integer

None.

IsAllowSign

boolean

None.

IsOpenMailingFee

boolean

None.

MailingFeeSum

decimal number

None.

IsShowScore

boolean

None.

IsRefundCoupon

boolean

None.

IsShowCoupon

boolean

None.

IsShowCouponAdd

boolean

None.

IsShowGroup

boolean

None.

IsAutoGroupOrderRefunds

boolean

None.

IsShowCourse

boolean

None.

IsIOSHideCourse

boolean

None.

IsHideShop

boolean

None.

IsBalancePayment

boolean

None.

IsRecharge

boolean

None.

IsShowReserver

boolean

None.

IsShowInvoice

boolean

None.

IsNeedChooseStore

boolean

None.

ReserverName

string

None.

DeliveryType

string

None.

FreightCollect

string

None.

AddressType

integer

None.

NoticeMobile

string

None.

NoticeEmail

string

None.

StockAlertNoticeMobile

string

None.

RefundNoticeMobile

string

None.

SendIntegralByComment

boolean

None.

IntegralByComment

integer

None.

SendIntegralByShare

boolean

None.

IntegralByShare

integer

None.

SendIntegralByUpdate

boolean

None.

IntegralByUpdate

integer

None.

SendIntegralByCheckIn

boolean

None.

IntegralByCheckIn

integer

None.

IsCheckInByAccountType

boolean

None.

CheckInContents

string

None.

IsNotValidmobiles

boolean

None.

IntegralAlias

string

None.

IntegralUnit

string

None.

OpenIntegralDeductible

boolean

None.

DeductibleIntegral

integer

None.

DeductibleMoney

decimal number

None.

OpenOrderDeductibleLimit

boolean

None.

DeductibleMoneyLimit

decimal number

None.

UserCenterTopTextColor

string

None.

UserCenterIsBgColor

boolean

None.

UserCenterTopBgImg

string

None.

UserCenterTopBgColor

string

None.

MenuJsonDatas

string

None.

IsMustMobileValidated

boolean

None.

IsShowRechargeRule

boolean

None.

RechargeLimits

decimal number

None.

IsShowVerifier

boolean

None.

IsPartialVerifier

boolean

None.

IsETicket

boolean

None.

ETicketType

integer

None.

ETUid

string

None.

ETSignKey

string

None.

IsCustomForm

boolean

None.

CustomFormDatas

string

None.

IsCommissionCoupon

boolean

None.

IsPayByOthers

boolean

None.

CreateTime

date

None.

UpdateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "ShopID": 1,
  "AutoEndOrderDay": 2,
  "IsConsignmentRefunds": true,
  "ConsignmentRefundsDay": 4,
  "IsSuccessOrderRefunds": true,
  "IsAutoOrderRefunds": true,
  "IsAutoOrderRefundsNoSend": true,
  "SuccessOrderRefundsDay": 8,
  "IsAllowSign": true,
  "IsOpenMailingFee": true,
  "MailingFeeSum": 11.0,
  "IsShowScore": true,
  "IsRefundCoupon": true,
  "IsShowCoupon": true,
  "IsShowCouponAdd": true,
  "IsShowGroup": true,
  "IsAutoGroupOrderRefunds": true,
  "IsShowCourse": true,
  "IsIOSHideCourse": true,
  "IsHideShop": true,
  "IsBalancePayment": true,
  "IsRecharge": true,
  "IsShowReserver": true,
  "IsShowInvoice": true,
  "IsNeedChooseStore": true,
  "ReserverName": "sample string 26",
  "DeliveryType": "sample string 27",
  "FreightCollect": "sample string 28",
  "AddressType": 29,
  "NoticeMobile": "sample string 30",
  "NoticeEmail": "sample string 31",
  "StockAlertNoticeMobile": "sample string 32",
  "RefundNoticeMobile": "sample string 33",
  "SendIntegralByComment": true,
  "IntegralByComment": 35,
  "SendIntegralByShare": true,
  "IntegralByShare": 37,
  "SendIntegralByUpdate": true,
  "IntegralByUpdate": 39,
  "SendIntegralByCheckIn": true,
  "IntegralByCheckIn": 41,
  "IsCheckInByAccountType": true,
  "CheckInContents": "sample string 43",
  "IsNotValidmobiles": true,
  "IntegralAlias": "sample string 45",
  "IntegralUnit": "sample string 46",
  "OpenIntegralDeductible": true,
  "DeductibleIntegral": 48,
  "DeductibleMoney": 49.0,
  "OpenOrderDeductibleLimit": true,
  "DeductibleMoneyLimit": 51.0,
  "UserCenterTopTextColor": "sample string 52",
  "UserCenterIsBgColor": true,
  "UserCenterTopBgImg": "sample string 54",
  "UserCenterTopBgColor": "sample string 55",
  "MenuJsonDatas": "sample string 56",
  "IsMustMobileValidated": true,
  "IsShowRechargeRule": true,
  "RechargeLimits": 59.0,
  "IsShowVerifier": true,
  "IsPartialVerifier": true,
  "IsETicket": true,
  "ETicketType": 62,
  "ETUid": "sample string 63",
  "ETSignKey": "sample string 64",
  "IsCustomForm": true,
  "CustomFormDatas": "sample string 65",
  "IsCommissionCoupon": true,
  "IsPayByOthers": true,
  "CreateTime": "2025-12-18T12:13:43.7181642+08:00",
  "UpdateTime": "2025-12-18T12:13:43.7181642+08:00"
}

application/xml, text/xml

Sample:
<OrderSettingEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WST.Distributors.Entity">
  <ShopID>1</ShopID>
  <AutoEndOrderDay>2</AutoEndOrderDay>
  <IsConsignmentRefunds>true</IsConsignmentRefunds>
  <ConsignmentRefundsDay>4</ConsignmentRefundsDay>
  <IsSuccessOrderRefunds>true</IsSuccessOrderRefunds>
  <IsAutoOrderRefunds>true</IsAutoOrderRefunds>
  <IsAutoOrderRefundsNoSend>true</IsAutoOrderRefundsNoSend>
  <SuccessOrderRefundsDay>8</SuccessOrderRefundsDay>
  <IsAllowSign>true</IsAllowSign>
  <IsOpenMailingFee>true</IsOpenMailingFee>
  <MailingFeeSum>11</MailingFeeSum>
  <IsShowScore>true</IsShowScore>
  <IsRefundCoupon>true</IsRefundCoupon>
  <IsShowCoupon>true</IsShowCoupon>
  <IsShowCouponAdd>true</IsShowCouponAdd>
  <IsShowGroup>true</IsShowGroup>
  <IsAutoGroupOrderRefunds>true</IsAutoGroupOrderRefunds>
  <IsShowCourse>true</IsShowCourse>
  <IsIOSHideCourse>true</IsIOSHideCourse>
  <IsHideShop>true</IsHideShop>
  <IsBalancePayment>true</IsBalancePayment>
  <IsRecharge>true</IsRecharge>
  <IsShowReserver>true</IsShowReserver>
  <IsShowInvoice>true</IsShowInvoice>
  <IsNeedChooseStore>true</IsNeedChooseStore>
  <ReserverName>sample string 26</ReserverName>
  <DeliveryType>sample string 27</DeliveryType>
  <FreightCollect>sample string 28</FreightCollect>
  <AddressType>29</AddressType>
  <NoticeMobile>sample string 30</NoticeMobile>
  <NoticeEmail>sample string 31</NoticeEmail>
  <StockAlertNoticeMobile>sample string 32</StockAlertNoticeMobile>
  <RefundNoticeMobile>sample string 33</RefundNoticeMobile>
  <SendIntegralByComment>true</SendIntegralByComment>
  <IntegralByComment>35</IntegralByComment>
  <SendIntegralByShare>true</SendIntegralByShare>
  <IntegralByShare>37</IntegralByShare>
  <SendIntegralByUpdate>true</SendIntegralByUpdate>
  <IntegralByUpdate>39</IntegralByUpdate>
  <SendIntegralByCheckIn>true</SendIntegralByCheckIn>
  <IntegralByCheckIn>41</IntegralByCheckIn>
  <IsCheckInByAccountType>true</IsCheckInByAccountType>
  <CheckInContents>sample string 43</CheckInContents>
  <IsNotValidmobiles>true</IsNotValidmobiles>
  <IntegralAlias>sample string 45</IntegralAlias>
  <IntegralUnit>sample string 46</IntegralUnit>
  <OpenIntegralDeductible>true</OpenIntegralDeductible>
  <DeductibleIntegral>48</DeductibleIntegral>
  <DeductibleMoney>49</DeductibleMoney>
  <OpenOrderDeductibleLimit>true</OpenOrderDeductibleLimit>
  <DeductibleMoneyLimit>51</DeductibleMoneyLimit>
  <UserCenterTopTextColor>sample string 52</UserCenterTopTextColor>
  <UserCenterIsBgColor>true</UserCenterIsBgColor>
  <UserCenterTopBgImg>sample string 54</UserCenterTopBgImg>
  <UserCenterTopBgColor>sample string 55</UserCenterTopBgColor>
  <MenuJsonDatas>sample string 56</MenuJsonDatas>
  <IsMustMobileValidated>true</IsMustMobileValidated>
  <IsShowRechargeRule>true</IsShowRechargeRule>
  <RechargeLimits>59</RechargeLimits>
  <IsShowVerifier>true</IsShowVerifier>
  <IsPartialVerifier>true</IsPartialVerifier>
  <IsETicket>true</IsETicket>
  <ETicketType>62</ETicketType>
  <ETUid>sample string 63</ETUid>
  <ETSignKey>sample string 64</ETSignKey>
  <IsCustomForm>true</IsCustomForm>
  <CustomFormDatas>sample string 65</CustomFormDatas>
  <IsCommissionCoupon>true</IsCommissionCoupon>
  <IsPayByOthers>true</IsPayByOthers>
  <CreateTime>2025-12-18T12:13:43.7181642+08:00</CreateTime>
  <UpdateTime>2025-12-18T12:13:43.7181642+08:00</UpdateTime>
</OrderSettingEntity>