POST /v2/services/complete¶
Description - Self Ship API to mark a service as completed with the details of service.
Request and Response Parameters¶
☰ SHOW | HIDE
URL: https://api.flipkart.net/sellers/v2/services/complete
Request Body Parameters: services
Parameter | Type | Requirement | Description |
---|---|---|---|
deliveryDate |
Date | Mandatory | The deliveryDate for the item
that has been ordered |
service
FulfilmentId |
String | Mandatory | Service ID corresponding to the order |
Response Body Parameters
Parameter/Attribute | Type | Description |
---|---|---|
serviceFulfilmentId |
String | Primary identifier for a specific shipment |
Status |
String | SUCCESS or FAILURE |
failureReason |
String | Failure reason of the attempt |
Validations
serviceFulfilmentId: should be valid service id for this seller.
Maximum 100 services per request.
Possible Error Response Codes
Error Codes | Reason for Error |
---|---|
DEPENDENT_SYSTEM_CALL_FAILED |
Error in marking the service as complete for the order |
UNPROCESSABLE_ENTITY |
When invalid request is received i.e, when some mandatory requirement validations are failed. |