Fulfillments[]->auto_complete_duration API documentation clarification

The api is not clear on what value the auto_complete_duration is added to (e.g. “START_TIME”).

Is the “START_TIME”
a) fulfillments[]->pickup_details-pickup_at
b) fulfillments[]->pickup_details-pickup_at + fulfillments[]->pickup_details-pickup_window_duration
c) “something completely different”

where "auto_complete_AT" = "START_TIME" + auto_complete_duration?

Thanks,
Ryan

For reference, from API docs:

auto_complete_duration
string

The auto completion duration in RFC3339 duration format, e.g., “P1W3D”. If set, an open and accepted pickup fulfillment will automatically move to the COMPLETED state after this period of time. If not set, this pickup fulfillment will remain accepted until it is canceled or completed.

Where did you find the bottom docs so we can get it updated? I see:

auto_complete_duration string
The duration of time after which an open and accepted pickup fulfillment will automatically move to the COMPLETED state. Must be in RFC3339 duration format e.g., "P1W3D".

If not set, this pickup fulfillment will remain accepted until it is canceled or completed.

So the duration starts after the pickup has been accepted.

I don’t really remember where I got that specific one, but here’s a few: