Skip to content

Update drop point settings

PATCH
/drop_points/{id}/settings
curl --request PATCH \
--url https://example.com/drop_points/example/settings \
--header 'Content-Type: application/json' \
--data '{ "acceptable_skus": [ "example" ] }'
id
required
string
Media type application/json
object
acceptable_skus
Any of:
Any of:
Any of:
Array<string>
Example generated
{
"acceptable_skus": [
"example"
]
}
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"
}
}