Skip to main content
GET
/
commerce
/
settings
/
shipping
Error
A valid request URL is required to generate request examples
{
  "orderHandlingFee": {
    "amount": 123
  },
  "signatureRequirement": {
    "minimumValueThreshold": 123,
    "isSignatureRequired": true
  },
  "auditInfo": {
    "updateDate": "2023-11-07T05:31:56Z",
    "createDate": "2023-11-07T05:31:56Z",
    "updateBy": "<string>",
    "createBy": "<string>"
  }
}

Authorizations

Authorization
string
header
required

JWT Authorization header using the Bearer scheme.

Query Parameters

responseFields
string

limits which fields are returned in the response body

Response

Success

Defines the site setting for the active shipping rate provider that rate provider calculates domestic and international shipping rates. Your site may have multiple shipping rate providers, for example, FedEx, DHL, USPS. However, only one shipping rate provider can be active at the same time.

orderHandlingFee
object

The site setting that specifies the store's handling fees

signatureRequirement
object

The site setting that specifies the store's handling fees

auditInfo
object