POST/physical_check_batches/{physical_check_batch_id}/complete

Complete a physical check batch

Completes a physical check batch, closing it to new physical checks and beginning the printing and mailing process. Use the physical_check_batch_id path parameter to select the batch to complete. The response includes the batch's current status and mailing details.

  • IdempotentThe SDK sends Idempotency-Key, so a retried request is only applied once.

1 parameter
physical_check_batch_idstringrequired
The identifier of the physical check batch to complete.

3 status codes
200Returns the completed physical check batch, including its identifier, status, shipping method, mailing address, and return address.
created_atstringrequired
The [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) date and time at which the Physical Check Batch was created.
idstringrequired
The Physical Check Batch's identifier.
idempotency_keystringrequired
The idempotency key you chose for this object. This value is unique across Increase and is used to ensure that a request is only processed once. Learn more about [idempotency](https://increase.com/documentation/idempotency-keys).
mailing_addressobjectrequired
The mailing address of the parcel.
return_addressobjectrequired
The return address of the parcel.
shipping_methodstringrequired
The shipping method for the parcel.
Allowed:usps_first_classfedex_overnight
statusstringrequired
The lifecycle status of the Physical Check Batch.
Allowed:pendingcompletedcanceledrequires_attention
typestringrequired
A constant representing the object's type. For this resource it will always be `physical_check_batch`.
Allowed:physical_check_batch
4XXReturned when the request cannot be processed because of a client error.
5XXReturned when the server encounters an error processing the request.

Error handling

The physical_check_batch_id path parameter must identify an existing physical check batch.