All Practice Exams

100+ Free Salesforce OM Developer AP Practice Questions

Pass your Salesforce Order Management Developer Accredited Professional (AP-220) exam on the first try — instant access, no signup required.

✓ No registration✓ No credit card✓ No hidden fees✓ Start practicing immediately
100+ Questions
100% Free

Loading practice questions...

2026 Statistics

Key Facts: Salesforce OM Developer AP Exam

AP-220

Exam code for the Salesforce Order Management Developer Accredited Professional credential

Salesforce Accredited Professional program

About 60 questions

Multiple-choice and multiple-select questions on the AP-220 exam

Salesforce Order Management Developer exam scope

About 90 minutes

Approximate time allotted to complete the exam

Salesforce Order Management Developer exam scope

USD 150

Standard fee per attempt for Salesforce Accredited Professional exams

Salesforce Accredited Professional program

3 areas

Data Management, Order Management Domain Knowledge and Platform Integration

Salesforce Order Management Developer objectives

Pass or fail

Salesforce reports an AP result without publishing a fixed cut score

Salesforce Accredited Professional program

Distinct from AP-219

Developer credential is separate from the AP-219 Order Management Administrator exam

Salesforce Accredited Professional program

100

Free original developer-focused practice questions here

OpenExamPrep

The Salesforce Order Management Developer Accredited Professional (AP-220) is a specialized developer credential for configuring and extending Salesforce Order Management. The exam has roughly 60 multiple-choice and multiple-select questions, takes about 90 minutes, and costs USD 150 per attempt. It covers three areas: Data Management (OM data model, Order Summary objects, data loads, Composite/Connect REST APIs), Order Management Domain Knowledge (order lifecycle, fulfillment, payment capture, returns), and Platform Integration (B2C/B2B Commerce, Omnichannel Inventory, Apex triggers, platform events and flow orchestration). It is distinct from the AP-219 Administrator exam, which focuses on declarative administration. This 100-question bank provides original developer-level practice with explanations for every option.

Sample Salesforce OM Developer AP Practice Questions

Try these sample questions to test your Salesforce OM Developer AP exam readiness. Each question includes a detailed explanation. Start the interactive quiz above for the full 100+ question experience with AI tutoring.

1In Salesforce Order Management, which object is created asynchronously to represent a customer order after it has been placed and is the primary record the OM lifecycle operates on?
A.Order
B.OrderSummary
C.FulfillmentOrder
D.OrderItem
Explanation: When an order is placed, Order Management creates an OrderSummary asynchronously from the original Order record. The OrderSummary, not the original Order, is the record that OM tools, flows and the customer service experience operate against throughout the lifecycle.
2Which child object on an OrderSummary represents the individual products and their quantities from the original order?
A.OrderItemSummary
B.OrderDeliveryGroupSummary
C.OrderPaymentSummary
D.FulfillmentOrderLineItem
Explanation: OrderItemSummary records hang off the OrderSummary and represent each product line, including ordered, canceled and returned quantities. They mirror the OrderItem records of the original order.
3A developer must load thousands of historical orders into Order Management for reporting, without triggering live fulfillment. Which approach is most appropriate?
A.Place each order through the live B2C Commerce checkout flow
B.Load the data with Data Loader or Bulk API into the order objects and create Order Summaries without invoking fulfillment
C.Manually re-key each order in the OM console
D.Use a screen flow to enter each order one at a time
Explanation: Historical migration is a bulk data operation. Using Data Loader or the Bulk API to insert the order data and generate Order Summaries lets you bring in volume efficiently while avoiding the live fulfillment, payment and inventory side effects of real checkout.
4Which API is designed to execute a series of dependent REST requests in a single call, allowing you to reference the output of an earlier subrequest in a later one when creating related Order Management records?
A.Bulk API 2.0
B.Composite API
C.Metadata API
D.Streaming API
Explanation: The Composite API executes multiple subrequests in one call and lets later subrequests reference IDs returned by earlier ones. This is ideal for creating an order and its related child records in a single round trip while keeping referential integrity.
5When designing an Apex or Composite API integration that may be retried after a timeout, what design property prevents duplicate Order Summaries from being created?
A.Bulkification
B.Idempotency
C.Recursion control
D.Lazy loading
Explanation: Idempotency ensures that retrying the same request produces the same result without creating duplicates. Using an external/idempotency key so a retried order placement maps to the same record is the standard way to make order creation safe against retries.
6Which tool is best suited for command-line, scriptable deployment of Apex classes, flows and configuration for an Order Management implementation across orgs?
A.Salesforce CLI (sf)
B.Data Loader
C.Workbench query editor
D.Schema Builder
Explanation: The Salesforce CLI (sf) supports source-driven development, scratch orgs and scriptable deployments of metadata such as Apex and flows, making it the standard tool for moving OM customization between orgs in a CI/CD pipeline.
7Which object on the OrderSummary groups items that ship together to a single recipient with a particular delivery method?
A.OrderDeliveryGroupSummary
B.OrderItemSummary
C.FulfillmentOrder
D.OrderPaymentSummary
Explanation: OrderDeliveryGroupSummary groups order items by recipient and delivery method (for example, ship-to-home versus a second gift address). Fulfillment and routing operate within these delivery groups.
8A developer needs to create an Order Summary from an existing Order programmatically. Which Connect REST API resource or action is intended for this?
A.The create Order Summary action under the commerce/order-management resources
B.The Tooling API runTests endpoint
C.The Metadata API deploy resource
D.The Reports and Dashboards API
Explanation: Order Management exposes a Connect REST API (and an invocable/Apex equivalent) for creating an Order Summary from an Order. This is how integrations and historical migrations generate Order Summaries outside the standard Commerce checkout.
9When loading a very large historical order dataset, which API is optimized for asynchronous, high-volume inserts of a single object?
A.Bulk API 2.0
B.Composite Graph API
C.Apex REST custom endpoint
D.Chatter REST API
Explanation: Bulk API 2.0 is designed for asynchronous, high-throughput loading of large numbers of records of one object, automatically handling batching. It is the right choice for migrating large historical order volumes.
10Which object tracks the running total of authorized, captured and refunded amounts for an Order Summary?
A.OrderPaymentSummary
B.OrderItemSummary
C.Invoice
D.CreditMemo
Explanation: OrderPaymentSummary aggregates the financial state of payments for an OrderSummary, including authorized, captured and refunded amounts, and links to the underlying payment authorization and capture records.

About the Salesforce OM Developer AP Exam

The Salesforce Order Management Developer Accredited Professional (AP-220) credential validates the ability to configure, customize and extend Salesforce Order Management (OM) using developer tools. It tests the OM data model and Order Summary objects, historical and real-time data management with Data Loader, the Salesforce CLI, Apex and the Composite and Connect REST APIs, the end-to-end order lifecycle from Order Summary creation through fulfillment, payment capture, invoicing and returns, and integration of Order Management with B2C and B2B Commerce and Omnichannel Inventory. Candidates are expected to use Apex triggers, platform events, flow orchestration and push notifications to build low-code and pro-code extensions. It is the developer-focused counterpart to the AP-219 Order Management Administrator credential, which centers on declarative administration.

Assessment

Around 60 multiple-choice and multiple-select questions across three areas: Data Management, Order Management Domain Knowledge, and Platform Integration.

Time Limit

Approximately 90 minutes; confirm the exact duration in the official exam guide when you register.

Passing Score

Salesforce reports the result as pass or fail and does not publish a fixed cut score for this exam; Order Management AP exams are commonly scored around a 70% threshold.

Exam Fee

Salesforce Accredited Professional exams are USD 150 per attempt; retakes are charged at the same rate. Confirm the current fee when registering. (Salesforce)

Salesforce OM Developer AP Exam Content Outline

35%

Data Management

Order Management data model and Order Summary objects, asynchronous order summary creation, historical data loads and conversions, import/export with Data Loader, the Salesforce CLI and Apex, and real-time object creation using the Composite and Connect REST APIs. Practice covers object relationships, OrderSummary/FulfillmentOrder/OrderPaymentSummary records, bulk and incremental loading patterns, and idempotent API design.

30%

Order Management Domain Knowledge

The order lifecycle and order summary lifecycle, fulfillment orders, allocation and routing logic, payment capture and authorization, invoicing, change orders, returns (RMAs) and cancellations, and mapping a customer's system landscape to Order Management capabilities. Practice covers state transitions, processing rules, financial documents and prioritizing integrations by business value.

35%

Platform Integration

Integrating Order Management with B2C and B2B Commerce, activating and querying Omnichannel Inventory, and extending OM with Apex triggers, platform events, flow orchestration, invocable actions and push notifications. Practice covers Commerce-to-OM order placement, inventory availability checks, low-code versus pro-code automation choices and event-driven integration patterns.

How to Pass the Salesforce OM Developer AP Exam

What You Need to Know

  • Passing score: Salesforce reports the result as pass or fail and does not publish a fixed cut score for this exam; Order Management AP exams are commonly scored around a 70% threshold.
  • Assessment: Around 60 multiple-choice and multiple-select questions across three areas: Data Management, Order Management Domain Knowledge, and Platform Integration.
  • Time limit: Approximately 90 minutes; confirm the exact duration in the official exam guide when you register.
  • Exam fee: Salesforce Accredited Professional exams are USD 150 per attempt; retakes are charged at the same rate. Confirm the current fee when registering.

Keys to Passing

  • Complete 500+ practice questions
  • Score 80%+ consistently before scheduling
  • Focus on highest-weighted sections
  • Use our AI tutor for tough concepts

Salesforce OM Developer AP Study Tips from Top Performers

1Learn the Order Management data model cold: how OrderSummary, OrderItemSummary, FulfillmentOrder, OrderPaymentSummary and OrderDeliveryGroupSummary relate, because most data and lifecycle questions hinge on those relationships.
2Practise the asynchronous flow that creates an Order Summary from a placed order, and know when to use the Connect REST API, Composite API and the placeOrder/createOrderSummary actions.
3Build flow orchestrations and Apex triggers in an OM-enabled scratch org so you can recognize when a low-code flow is sufficient versus when Apex or a platform event is required.
4Memorize the lifecycle states for orders, fulfillment orders and payments, including how change orders, returns and cancellations move records between states.
5Review B2C and B2B Commerce integration end to end, from cart checkout to Order Summary creation, plus how Omnichannel Inventory availability is checked and reserved.
6When loading historical orders, plan around governor limits and idempotency: use Data Loader or the Bulk API for volume and design Apex and Composite API calls so retries do not create duplicates.

Frequently Asked Questions

What is the difference between the AP-220 and AP-219 Order Management exams?

AP-220 is the Order Management Developer credential, focused on Apex, flows, APIs and data management for OM. AP-219 is the Order Management Administrator credential, focused on declarative configuration and administration. They are separate exams.

How many questions are on the AP-220 exam and how long is it?

The exam has roughly 60 multiple-choice and multiple-select questions and takes about 90 minutes. Always confirm the current count and duration in the official Salesforce exam guide when you register.

How much does the Order Management Developer Accredited Professional exam cost?

Salesforce Accredited Professional exams are USD 150 per attempt, and retakes are charged at the same rate. Confirm the current fee at registration because Salesforce updates pricing periodically.

What is the passing score for AP-220?

Salesforce reports the result as pass or fail and does not publish a fixed cut score for this exam. Order Management AP exams are commonly scored around a 70% threshold, but the official guide is the authoritative source.

What topics does the AP-220 exam cover?

It covers Data Management (OM data model, Order Summary objects, data loads, Composite and Connect REST APIs), Order Management Domain Knowledge (order lifecycle, fulfillment, payment capture, returns) and Platform Integration (B2C/B2B Commerce, Omnichannel Inventory, Apex, flows and platform events).

Are these official Salesforce exam questions?

No. These are original OpenExamPrep practice questions modelled on the published AP-220 objectives. Use the Salesforce Partner Learning Camp curriculum, Trailhead and an OM-enabled org for official preparation.