Skip to content

Get drop point

GET
/drop_points/{id}
curl --request GET \
--url https://example.com/drop_points/example
id
required
string
Media type application/json
object
id
required
string
name
required
string
billing_address
required
object
street
required
Any of:
string
postal_code
required
Any of:
string
city
required
Any of:
string
region
required
Any of:
string
country
required
Any of:
string
latitude
required
Any of:
Any of:
number
longitude
required
Any of:
Any of:
number
billing_email
required
Any of:
string
shipping_address
required
object
street
required
Any of:
string
postal_code
required
Any of:
string
city
required
Any of:
string
region
required
Any of:
string
country
required
Any of:
string
latitude
required
Any of:
Any of:
number
longitude
required
Any of:
Any of:
number
shipping_email
required
Any of:
string
created_at
required
Any of:
string
updated_at
required
Any of:
string
settings
required
object
acceptable_skus
required
Any of:
Array<string>
Example
{
"billing_address": {
"latitude": "NaN",
"longitude": "NaN"
},
"shipping_address": {
"latitude": "NaN",
"longitude": "NaN"
}
}