shipping_drop_types
Resource: property_helpers/shipping_drop_type
Collection of available shipping drop types for a shipping method.
Actions
GET View a list of shipping drop types
HEAD Get just the header response
OPTIONS Get a response explaining which HTTP methods are supported
Properties (1)
_embedded Object · Read-only Contains fx:shipping_drop_types[] — array of property_helpers/shipping_drop_type resources
https://api.foxycart.com/shipping_drop_types
Available via
shipping_drop_types on shipping_drop_type·shipping_drop_types on shipping_method·fx:shipping_drop_types on store_shipping_method Example Representation
{
"_links": {
"curies": [
{
"name": "fx",
"href": "https://api.foxycart.com/rels/{rel}",
"templated": true
}
],
"self": {
"href": "https://api.foxycart.com/stores/123/shipping_drop_types",
"title": "This Collection"
},
"first": {
"href": "https://api.foxycart.com/stores/123/shipping_drop_types?offset=0",
"title": "First Page of this Collection"
},
"prev": {
"href": "https://api.foxycart.com/stores/123/shipping_drop_types?offset=0",
"title": "Previous Page of this Collection"
},
"next": {
"href": "https://api.foxycart.com/stores/123/shipping_drop_types?offset=20",
"title": "Next Page of this Collection"
},
"last": {
"href": "https://api.foxycart.com/stores/123/shipping_drop_types?offset=20",
"title": "Last Page of this Collection"
}
},
"_embedded": {
"fx:shipping_drop_types": [
{
"_links": {
"curies": [
{
"name": "fx",
"href": "https://api.foxycart.com/rels/{rel}",
"templated": true
}
],
"self": {
"href": "https://api.foxycart.com/shipping_drop_type/456",
"title": "This Shipping Drop Type"
},
"shipping_drop_types": {
"href": "https://api.foxycart.com/shipping_drop_types",
"title": "All Shipping Drop Types for this Shipping Method"
},
"shipping_method": {
"href": "https://api.foxycart.com/shipping_method/456",
"title": "This Shipping Method"
},
"shipping_methods": {
"href": "https://api.foxycart.com/shipping_methods",
"title": "All Shipping Methods"
}
}
}
]
},
"total_items": 1,
"returned_items": 1,
"limit": 20,
"offset": 0
}