No. Shopify Admin API returns a successful refundCreate mutation when it accepts the request. The order_transaction then holds one of 6 states. Only SUCCESS is terminal success. Provely proves created and financially_completed as separate promises.

Skill facts from the signed manifest.
FactValue
Skill version0.1.0
CertificationCommunity (score 49 of 100)
Last conformance run2026-09-05T12:00:00Z: 28 of 30 cases passed, 0 critical false VERIFIED
Provider API versions2025-07
Default provider API version2025-07
Compiled2026-09-05T12:00:00Z by compiler 0.1.0
Manifest hashdb245b927503ea08
Manifest hash checkthe document hashes to the value the manifest states
Signaturevalid, key provely-test-key-1, not in the trusted key map of this build

What does this page prove?

ClaimProven byEvidenceStatus
The created level proves that the Refund record exists with the requested amount and a refunds/create webhook. It does not prove that money moved.shopify.refund.createdE2 + E3proven
A Refund record does not prove money movement. This level proves the SUCCESS status on the refund transaction with the requested amount.shopify.refund.financially_completedE2proven
An outcome outside Shopify Admin API, such as a bank credit or a person who read a messagenot provenno E5 channelnot proven
The meaning of the UNKNOWN state of shopify.order_transactionREQUIRES_REVIEWunknown semanticsnot proven
The agent report that the action workednever countsE0not proven

Which completion levels does the Shopify Admin API skill expose?

Each level is one promise with one contract. An agent picks the level that matches the promise it makes. It cannot upgrade a level. Read the completion level definition.

LevelContractPromiseEvidenceCertification
createdshopify.refund.created v1.0.0The created level proves that the Refund record exists with the requested amount and a refunds/create webhook. It does not prove that money moved.E2 + E3Community
financially_completedshopify.refund.financially_completed v1.0.0A Refund record does not prove money movement. This level proves the SUCCESS status on the refund transaction with the requested amount.E2Community

What is the Shopify Admin API lifecycle?

Which states can a shopify.order_transaction be in?

StateClassVerdictMeaningSource
AWAITING_RESPONSEtransitionalPENDINGThe gateway has not answered yet.shopify.graphql
PENDINGtransitionalPENDINGThe transaction is pending at the gateway.shopify.graphql
SUCCESSterminal successVERIFIEDThe gateway processed the transaction. The money moved.shopify.graphql
FAILUREterminal failureFAILEDThe transaction failed at the gateway.shopify.graphql
ERRORterminal failureFAILEDAn error occurred while the gateway processed the transaction.shopify.graphql
UNKNOWNunknownUNVERIFIABLEThe sources state only that the status is unknown.shopify.graphql

In shopify.order_transaction under provider API version 2025-07, SUCCESS is the only state that means terminal success. Every other state gives PENDING, FAILED, or UNVERIFIABLE.

Source: shopify.graphql · retrieved 2026-09-05

How does Provely tie the evidence to this exact operation?

A matching state that already existed must not verify. Every contract names the correlation keys that bind the evidence to the operation, and the idempotency key that stops a duplicate side effect.

StrategyAssuranceKeysRequiredWindow
resource_idstrongrefund_id from $action.result.refundCreate.refund.idyesnone
fingerprintweakorder from $input.order_id; amount from $input.amountno600000 ms

Which evidence channels does the skill read?

The runtime prefers the channel that is more independent from the action path. Read the evidence level definition. An acknowledgement from Shopify Admin API is E1 and never terminal success.

ChannelLevelIndependenceVerifierDeterministicTypical latency
order_readbackE2provider readbackhttpyes400 ms
refund_action_responseE1same responseaction_resultyesnot stated
refund_eventsE3provider eventwebhookno5000 ms
order_refund_eventsE3provider eventwebhookno5000 ms
refund_readbackE2provider readbackhttpyes400 ms
transaction_readbackE2provider readbackhttpyes400 ms

Which ways can a Shopify Admin API action look done and not be?

ContractCaseRuleVerdict
shopify.refund.createdwrong subjectThe refund belongs to another order.CONTRADICTED
shopify.refund.createdwrong amountThe provider recorded a different refund amount.CONTRADICTED
shopify.refund.createdpre existing stateThe refund is older than the operation. It proves nothing.CONTRADICTED
shopify.refund.createdduplicate side effectShopify created more than one refund on the order since the operation started. Do not retry.CONTRADICTED
shopify.refund.createdobserved stateThe refund record exists, but its transaction failed at the gateway. The refund will not complete.FAILED
shopify.refund.financially_completedwrong subjectThe refund belongs to another order.CONTRADICTED
shopify.refund.financially_completedwrong amountThe provider recorded a different refund amount.CONTRADICTED
shopify.refund.financially_completedpre existing stateThe refund is older than the operation. It proves nothing.CONTRADICTED
shopify.refund.financially_completedpartial completionThe refund holds more than one transaction. This contract proves one refund transaction. Use one refund per transaction.CONTRADICTED
shopify.refund.financially_completedduplicate side effectShopify created more than one refund on the order since the operation started. Do not retry.CONTRADICTED
shopify.refund.financially_completedobserved stateThe gateway rejected the refund transaction.FAILED
shopify.refund.financially_completedobserved stateThe gateway has not processed the refund yet. The runtime observes again later.PENDING
shopify.refund.financially_completedobserved stateThe gateway reports an unknown status. The runtime cannot prove the outcome.UNVERIFIABLE

What did the last conformance run show?

The six confidence dimensions of the signed manifest.
DimensionScoreMaximum
Documentation1220
Schema alignment015
Lifecycle certainty16.6720
Evidence strength1220
Causal correlation1515
Sandbox conformance9.3310
Raw score65100
Score after the caps49100

The raw score is 65. 3 hard caps apply, so the score is 49 and the level is Community.

The hard caps the compiler applied.
GateCapReason
unknown_terminal_semantics49A lifecycle state has unknown semantics. The compiler cannot prove the end state.
uncertainty_caps494 uncertainty records are open. The lowest cap is 49.
conformance_threshold892 conformance cases failed.

The last conformance run on 2026-09-05T12:00:00Z passed 28 of 30 cases with 0 critical false VERIFIED. One critical false VERIFIED rejects a skill.

The conformance result by case class.
Case classPassedTotal
duplicate side effect22
error after execution12
error before execution22
evidence unavailable22
pre existing state22
stale readback22
still transitional22
terminal failure22
terminal success22
timeout after commit12
version mismatch22
webhook duplicate22
webhook out of order22
wrong amount22
wrong subject22

The conformance artifact digest is dc03f8d9f0df26a7. The harness signs the run, so a reader can check that these numbers come from that run.

What remains uncertain?

Open questions remain. A lifecycle state has unknown semantics. The compiler cannot prove the end state. 4 uncertainty records are open. The lowest cap is 49. The published manifest states the cap and its reason. The questions themselves stay in the compiler review bundle, which no customer receives.

This is why the level is Community and not higher. Unknown means unknown. The compiler does not infer an undocumented rule.

Where do these facts come from?

Every claim above cites a source assertion in the skill provenance. The compiler records the source, its hash, and the retrieval date. A page never states a provider rule without one.

SourceKindRetrievedExcerpt
shopify.docs.refundsdocs2026-09-05authored
shopify.graphqlgraphql2026-09-05authored

How do I verify a Shopify Admin API action?

Verify a Shopify Admin API action with Provely

  1. Begin the operation.Call begin with the contract shopify.refund.financially_completed and the input. Keep the operation id.
  2. Make the Shopify Admin API call you make today.Send the request with the correlation metadata that begin returned.
  3. Submit the acknowledgement.Call action_result with the Shopify Admin API response. This is evidence level E1. It is not completion.
  4. Verify.Call verify. The runtime reads order_readback, refund_action_response, refund_events, order_refund_events, refund_readback and transaction_readback and evaluates the contract.
  5. Report the verdict exactly as returned.VERIFIED comes with a signed receipt. PENDING comes with the operation id. CONTRADICTED and UNVERIFIABLE are not success.

Questions developers ask

Does the created level prove the financially_completed level?

No. The created level proves that the Refund record exists with the requested amount and a refunds/create webhook. It does not prove that money moved. A Refund record does not prove money movement. This level proves the SUCCESS status on the refund transaction with the requested amount. Use shopify.refund.financially_completed to prove financially_completed.

What does the agent say while Shopify Admin API reports AWAITING_RESPONSE and PENDING?

It says: "The action is accepted but not yet verified. Operation: <id>." The verdict is PENDING. The runtime observes again on the contract timing policy.

Which Shopify Admin API API versions does the skill support?

2025-07. An operation on another version returns UNVERIFIABLE with the reason version_unsupported. The runtime never guesses.

Does Provely need write access to Shopify Admin API?

No. The agent keeps its write key. The verifier reads with a separate read-only credential where Shopify Admin API permits it, and it never shares that credential with the agent.