Skip to main content
All CollectionsExpanding with integrationsJudge.me API
Scheduling review requests with an API endpoint
Scheduling review requests with an API endpoint
Updated over 3 weeks ago

For advanced users interested in scheduling review requests for non-Shopify orders, we offer a dedicated API endpoint. This API streamlines the process by allowing you to submit HTTP requests, eliminating the need for manual requests via CSV files.

API endpoint details

  • HTTP Method: POST

  • Endpoint URL: https://judge.me/api/orders/send_manual_review_request

Param Name

Required

Param Description

api_token

yes

The token Judge.me provides. Please ask [email protected] for the token

reviewer_name

yes

name of the recipient

reviewer_email

yes

email of the recipient

shopify_product_id

partially required

Shopify ID of the purchased product (either shopify_product_id or product_handle is required)

product_handle

partially required

handle of the purchased product (either shopify_product_id or product_handle is required)

fulfilled_at

yes

(dd/mm/yyyy) date when the order was fulfilled. E.g. 04/05/2015 for May the 4th 2015

quantity

no

quantity of the purchased product, we will set to 1 by default

processed_at

no

(dd/mm/yyyy) date for the request to be sent, if blank, we will calculate using fulfilled_at plus wait date in your settings. If processed_at is in the past, we will schedule a request email after 10 minutes

Note: Even if a parameter is optional, please provide its key, and you can leave its value blank if it's not applicable.

Did this answer your question?