Save envia token
PUT {{fulfillment_client_url}}/client/envia/token
If the client has an account in envia.com, can use this service to process the shipments of his orders in this application.
Body definition
name | Type | Description | Required |
---|---|---|---|
token | String | The token provided by envia.com to access the API | true |
Request Body
{"token"=>"a031a579a0f3457b027fc962a6ea810535ca8797b7bd03ff07ae7dc85386c42d"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"check":true}