@OmarAlmonte We need a way to get the custom fields on order purchases. This was a thread from years ago I found: REST API Orders endpoint does not contain custom fields - #7 by Jason_Kadlec1
Can we include? I don’t see a way to do this in rest.
@OmarAlmonte We need a way to get the custom fields on order purchases. This was a thread from years ago I found: REST API Orders endpoint does not contain custom fields - #7 by Jason_Kadlec1
Can we include? I don’t see a way to do this in rest.
Hi @Rick_Nielsen, this gap was already identified and it’s in our known issues tracker. I’ll share an update as soon as we have one.
Documentation Suggestion:
Prominently link the known issues tracker near the top of the left hand sidebar on the REST v2 API documentation page. That’s where developers would be going to look for API info.
Currently it’s a link to a sharepoint doc buried in a knowledgebase entry, so if a developer doesn’t know how and where to look for it, they’ll never find it.
Hi @David_Bullock, thanks for the feedback. Appreciate the input.
@OmarAlmonte Any update on this. We could use it asap. Thanks!
Hi @Rick_Nielsen,
The team is currently looking into this. As soon as we have updates, I’ll let you know right away.
@OmarAlmonte We also need to know which orders are voided as well. Please advise. I don’t see a way to uncover which order ids are voided orders via the api. Thanks in advance.
@Rick_Nielsen - Regarding your first reply, looking at the tracker it is marked as “In Review”, which means to me it is not currently in development. At the moment some gaps are taking 1 to 2 months to get resolved.
Regarding the voided question, there is the Retrieve Order Payments Endpoint that may help you here. The Pay Status field will return “VOIDED” for the specified Order.
https://developer.infusionsoft.com/docs/restv2/#tag/Orders/operation/listOrderPaymentsUsingGET_1
@Rick_Nielsen, Pav is correct, the order itself doesn’t have a “voided” status. You can check the payments via the Retrieve Order Payments endpoint, where the Pay Status field will indicate if a payment is voided.
@OmarAlmonte @Pav Appreciate it. Is there a plan for v2 to have a payments route? I’d like to retrieve all payments across all orders vs. one by one. This is limiting. Thanks!
@Rick_Nielsen That is also of of the gaps we have identified, it is listed in the known issues tracker. I’ll let you know as soon as we have updated on that.