v1
Update Fill Request
Amend the fields of an existing Fill Request, such as for correcting an address or changing the shipping method to expedite your order.<br/><br/>When using this endpoint, all the Fill Request fields must be provided with their appropriate values even if they are not to be updated.
post/v1/update_request
Request body
Example request
{
"request_id": "fill_request_aecafb34372151077db8",
"address_from_company": "Avengers",
"shipping_method": "usps_ground_advantage",
"notes": "Here are some special instructions on how to fill this order",
"address_to_name": "Peter Parker",
"address_to_street1": "1700 S Amphlett Blvd",
"address_to_street2": "#221",
"address_to_city": "San Mateo",
"address_to_state": "CA",
"address_to_zip": "94402",
"address_to_country": "US",
"address_to_phone": "(347) 610-8896",
"address_to_email": "peter.parker@avengers.com"
}Response
Accepted
Changes
No recorded changes to this endpoint across all 1 revision of this API.