Delivery methods
Delivery methods are created and attached to a single property, products that are sold for that property are assigned delivery methods by the users.
List delivery methods
GET
https://api.giftpro.co.uk/properties/{domainID}/deliveryMethods/
Returns a list of the delivery methods that are available to the property
Path Parameters
Name
Type
Description
[
{
"methodID": 2125,
"domainID": 142,
"name": "Email",
"description": "Delivered instantly to your inbox",
"requiresFulfillment": false,
"offlineOnly": false,
"basePrice": 0.00
},
{
"methodID": 2126,
"domainID": 142,
"name": "Royal Mail 1st Class",
"description": "Delivered on or before {date}",
"requiresFulfillment": true,
"offlineOnly": false,
"basePrice": 2.95
}\
]
Last updated