📐Configure proof issuing

Guide to configuring proof issuance

There are two important settings you can configure:

  1. There is setting "Send Proofs for all products" in the app dashboard:

  1. Each of your product has metafield 'Issue Proof' that can have 3 values: undefined, true, false. By default undefined:

Depending on the business logic you can achieve desired configuration. Examples:

Use caseSettings

A. Default: send proofs for all your products in the store automatically

'Send Proofs for all products' - Set;

Metafield 'Issue Proof' - undefined / true

B. Send proofs automatically for all products, but would like to avoid sending proofs for selected products

'Send Proofs for all products' - Set;

Metafield 'Issue Proof' for selected products - false

C. Send proofs automatically only for selected products

'Send Proofs for all products' - UnSet;

Metafield 'Issue Proof' for selected product - true

The app dashboard shows how many products from your store are included in the auto capture. Check it out.

BuyProof will automatically capture the order when it is final and has a fulfilled status. In addition, there is an option to issue proof manually.

Last updated