📐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:

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

Metafield view

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

Use case
Settings

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.

Last updated