Creates a new shipping or delivery profile for subscription orders using the V3 request format. This is the latest version with the most comprehensive delivery profile configuration capabilities.
Enhancements in V3:
Key Features:
Authentication: Requires valid X-API-Key header
curl --request POST \
--url https://subscription-admin.appstle.com/api/external/v2/delivery-profiles/v3/create-shipping-profile \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"sellingPlanGroups": [
{
"label": "<string>",
"value": "<string>"
}
],
"locations": [
{
"label": "<string>",
"value": "<string>"
}
],
"zones": [
{
"countries": [
{
"value": "<string>",
"label": "<string>",
"includeAllProvinces": true,
"provinces": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"restOfWorld": true,
"deliveryMethods": [
{
"name": "<string>",
"amount": 123,
"deliveryConditionType": "<string>",
"minValue": 123,
"maxValue": 123,
"weightUnit": "<string>",
"definitionType": "<string>",
"carrierServiceId": "<string>",
"carrierPercentageFee": 123,
"carrierFixedFee": 123
}
]
}
],
"id": "<string>",
"profileId": 123,
"locationInfos": [
{
"label": "<string>",
"value": "<string>"
}
]
}
'{
"name": "<string>",
"sellingPlanGroups": [
{
"label": "<string>",
"value": "<string>"
}
],
"locations": [
{
"label": "<string>",
"value": "<string>"
}
],
"zones": [
{
"countries": [
{
"value": "<string>",
"label": "<string>",
"includeAllProvinces": true,
"provinces": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"restOfWorld": true,
"deliveryMethods": [
{
"name": "<string>",
"amount": 123,
"deliveryConditionType": "<string>",
"minValue": 123,
"maxValue": 123,
"weightUnit": "<string>",
"definitionType": "<string>",
"carrierServiceId": "<string>",
"carrierPercentageFee": 123,
"carrierFixedFee": 123
}
]
}
],
"id": "<string>",
"profileId": 123,
"locationInfos": [
{
"label": "<string>",
"value": "<string>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developers.appstle.com/llms.txt
Use this file to discover all available pages before exploring further.
API Key (Deprecated - Use Header X-API-Key instead)
curl --request POST \
--url https://subscription-admin.appstle.com/api/external/v2/delivery-profiles/v3/create-shipping-profile \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"sellingPlanGroups": [
{
"label": "<string>",
"value": "<string>"
}
],
"locations": [
{
"label": "<string>",
"value": "<string>"
}
],
"zones": [
{
"countries": [
{
"value": "<string>",
"label": "<string>",
"includeAllProvinces": true,
"provinces": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"restOfWorld": true,
"deliveryMethods": [
{
"name": "<string>",
"amount": 123,
"deliveryConditionType": "<string>",
"minValue": 123,
"maxValue": 123,
"weightUnit": "<string>",
"definitionType": "<string>",
"carrierServiceId": "<string>",
"carrierPercentageFee": 123,
"carrierFixedFee": 123
}
]
}
],
"id": "<string>",
"profileId": 123,
"locationInfos": [
{
"label": "<string>",
"value": "<string>"
}
]
}
'{
"name": "<string>",
"sellingPlanGroups": [
{
"label": "<string>",
"value": "<string>"
}
],
"locations": [
{
"label": "<string>",
"value": "<string>"
}
],
"zones": [
{
"countries": [
{
"value": "<string>",
"label": "<string>",
"includeAllProvinces": true,
"provinces": [
{
"label": "<string>",
"value": "<string>"
}
]
}
],
"restOfWorld": true,
"deliveryMethods": [
{
"name": "<string>",
"amount": 123,
"deliveryConditionType": "<string>",
"minValue": 123,
"maxValue": 123,
"weightUnit": "<string>",
"definitionType": "<string>",
"carrierServiceId": "<string>",
"carrierPercentageFee": 123,
"carrierFixedFee": 123
}
]
}
],
"id": "<string>",
"profileId": 123,
"locationInfos": [
{
"label": "<string>",
"value": "<string>"
}
]
}