View Delivery Method
GET /delivery_methods/{id}
GET
/delivery_methods/{id}
View details of a specific delivery method.
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” id
required
integer
ID of the delivery method to retrieve.
Responses
Section titled “ Responses ”OK
object
id
ID of this delivery method.
number
cost
The cost to ship orders with this delivery method.
string
name
The name of the delivery method.
string
user_id
ID of the user who created the delivery method.
number
created_at
The date and time when the delivery method was created.
string
updated_at
The date and time when the delivery method was last updated.
string
Example
{ "id": 123458, "cost": "3.0", "name": "Delivery Method #3", "user_id": 23005, "created_at": "2017-08-24T12:33:04.763Z", "updated_at": "2017-08-24T12:33:04.763Z"}
No delivery method was found with the given ID.