Znode

Build Version:

POST shippingoptions

Creates a new shipping option.

Request Information

» Parameters

Name Description Additional information
model The model of the shipping option.

Define this parameter in the request body.

Request Body Formats

Sample:
	{
  "CountryCode": "sample string 1",
  "Description": "sample string 2",
  "CustomErrorMessage": "sample string 3",
  "DisplayOrder": 4,
  "ExternalId": "sample string 5",
  "HandlingCharge": 6.0,
  "ActiveInd": true,
  "ProfileId": 1,
  "ShippingCode": "sample string 8",
  "ShippingId": 9,
  "PortalId": 10,
  "ShippingType": {
    "$id": "2",
    "ClassName": "sample string 1",
    "Description": "sample string 2",
    "IsActive": true,
    "Name": "sample string 4",
    "ShippingTypeId": 5
  },
  "ShippingTypeId": 11,
  "ShippingRule": {
    "$id": "3",
    "BaseCost": 1.0,
    "ClassName": "sample string 2",
    "Custom1": "sample string 3",
    "Custom2": "sample string 4",
    "Custom3": "sample string 5",
    "ExternalId": "sample string 6",
    "errorMessage": "sample string 7",
    "LowerLimit": 1.0,
    "PerItemCost": 8.0,
    "ShippingOption": {
      "$ref": "1"
    },
    "ShippingOptionId": 9,
    "ShippingRuleId": 10,
    "ShippingRuleType": {
      "$id": "4",
      "ClassName": "sample string 1",
      "Description": "sample string 2",
      "IsActive": true,
      "Name": "sample string 4",
      "ShippingRuleTypeId": 5
    },
    "ShippingRuleTypeId": 11,
    "UpperLimit": 1.0
  },
  "ShippingServiceCodeId": 12,
  "ShippingServiceCode": {
    "$id": "5",
    "Code": "sample string 1",
    "Description": "sample string 2",
    "DisplayOrder": 1,
    "IsActive": true,
    "ShippingServiceCodeId": 4,
    "ShippingType": {
      "$ref": "2"
    },
    "ShippingTypeId": 5
  },
  "ShippingtypeName": "sample string 13",
  "ProfileName": "sample string 14",
  "ClassName": "sample string 15",
  "UserType": "sample string 16",
  "IsFreeShipping": true
}