OUTCOME · Create or advance
What changes
Creates a DRAFT catalog record and immutable terms commitment only. It does not publish the offer, create checkout, issue an invoice, reserve inventory, collect payment, calculate tax, deliver anything, or move value.
WHY IT MATTERS
- Gives people and agents a contract-backed way to advance product.
- Connects catalog and invoice operations to payment collection and treasury reconciliation without making presentation state or a reserved address proof of payment.
ISOLATION + AUTHORITY
Tenant, workspace, merchant, product, customer, invoice, checkout, collection wallet, payment, custody, treasury settlement, tax or compliance policy, and finality remain distinct. Merchant configuration or invoice state cannot authorize wallet signing, move funds, prove settlement, or grant publisher, matching, or trading authority.
BEFORE YOU CALL
- Authenticate at the documented boundary: bearer+scope.
- Supply the required merchant_uuid (body), sku (body), name (body), unit_price (body), currency (body), fulfillment_policy (body), step_up_token (body) exactly as defined by the live contract.
- Use one Idempotency-Key only for retries of the same byte-equivalent logical mutation.
WHAT TO DO NEXT
- Re-read product using the canonical identifier returned by this operation.
- Reconcile an ambiguous response with the same idempotency key before attempting another mutation.
- Open the canonical merchant, invoice, payment, or rotational-wallet record for the next stage and verify settlement independently before marking the commercial obligation complete.
AGENT GUIDANCE
- Use product only for the purpose and lifecycle stage described by this operation; do not treat it as authority for an adjacent action.
- Supply the required merchant_uuid (body), sku (body), name (body), unit_price (body), currency (body), fulfillment_policy (body), step_up_token (body) exactly as defined by the live contract.
- Distinguish merchant readiness, product availability, invoice issuance, checkout presentation, payment observation, wallet synchronization, treasury settlement, cancellation, and reconciliation.
- After a timeout or conflict, read authoritative state before deciding whether an equivalent retry is safe.