Update A Ticket Status

Arguments id Unique identifier for the object. status A named status for the object. One of: publish, future, draft, pending, private, in-progress, failed, wc-active, wc-switched, wc-expired, wc-pending-cancel, wc-pending, wc-processing, wc-on-hold, wc-completed,...

Delete A Ticket

Arguments id Unique identifier for the object. force Whether to bypass trash and force deletion. Definition DELETE /wpas-api/v1/tickets/<id> Example Request $ curl -X DELETE...

Update A Ticket

Arguments id Unique identifier for the object. date The date the object was published, in the site’s timezone. date_gmt The date the object was published, as GMT. slug An alphanumeric identifier for the object unique to its type. status A named status for the...

Create A Ticket

Arguments date The date the object was published, in the site’s timezone. date_gmt The date the object was published, as GMT. slug An alphanumeric identifier for the object unique to its type. status A named status for the object. Default: queued One of:...

Retrieve A Ticket

Arguments id Unique identifier for the object. context Scope under which the request is made; determines fields present in response. Default: view One of: view, embed, edit   Definition GET /wpas-api/v1/tickets/<id> Example Request $ curl...