v1

latestOpenAPI 3.1.02026-07-2277219695.0 KB
Shippo Accounts

Update a Shippo Account

Updates a Shippo Managed Account using an object ID.

put/shippo-accounts/{ShippoAccountId}

Path parameters

ShippoAccountIdstring required

Object ID of the ShippoAccount

Headers

SHIPPO-API-VERSIONstring
Example:2018-02-08

Optional string used to pick a non-default API version to use. See our API version guide.

Request body

emailstring
first_namestring
last_namestring
company_namestring

Example request

{
  "email": "hippo@shippo.com",
  "first_name": "Shippo",
  "last_name": "Meister",
  "company_name": "Acme"
}

Response

Shippo account

emailstring required
first_namestring required
last_namestring required
company_namestring
object_createdstring date-time
object_idstring
object_updatedstring date-time

Example response

{
  "email": "hippo@shippo.com",
  "first_name": "Shippo",
  "last_name": "Meister",
  "company_name": "Acme",
  "object_id": "adcfdddf8ec64b84ad22772bce3ea37a"
}