To confirm a shipping address for your order, make a POST request to the Confirm Shipping Address API with the following requirements:
POST https://api.farnell.com/order/shipping_address
Request Headers
Name | Description |
api_key required * |
your_generated_api_key To generate your API key, follow the instructions on the Order API Registration page. |
authorization required * |
your_jwt_token To get your JWT token for authorization, use the Generate JWT Authentication Token API. |
Request Attributes
Name | Description |
addressId required * |
String Address ID from the retrieve shipping address API. |
Sample Payload
{
"addressId": "7000000880335940682"
}
Response
Authentication Token generated successfully
Code 200
{ “orderId”: “<Cart ID>”}