Features & Functionality - 3.8 Order Processing Flashcards

1
Q

Describe Orders.

A
  • This is the initial step in delivery process.
  • What the customer wants to purchase is placed into an order record.
  • This record is visible in Sales > Orders.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Describe Invoices.

A
  • This record is created when an order is billed to the customer.
  • This can be a manual action, but with customization, can be done automatically.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Shipments.

A
  • This record is created when an order is shipped. This is the final step in fulfilling an order.
  • This is also, by default, a manual action.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Credit memos.

A
  • This record is created to return money to the customer. It is a return receipt.
  • This can interact with a payment provider to refund funds.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Returns (RMAs)

A

• Authorizes a return and gives information about that return to the merchant.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When an order is saved in the Magento 2 database, what
triggers a confirmation email to a customer who pays using
PayPal Express? (Logging in to the PayPal account? Clicking the
Checkout button? Clicking the Purchase button?)

A

• Clicking the purchase button (at the end of the payment process) sends a request to Paypal to authorize the order and sends an email.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

When editing a pending order, which order data can be changed?

A
  • Billing Address
  • Shipping Address
  • You can also edit anything in the order if you click the Edit button. However, that will recreate the order, which is a problem for Paypal orders.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the different order statuses available in Magento 2, and
how can they be managed by a store owner?

A
• Pending
• Processing
• Complete
• Closed
• Canceled
• PayPal Canceled Reversal
• Pending PayPal Pricing and tax display
• PayPal Reversed
• On Hold
• Suspected Fraud
• Pending Payment
• Payment Review
• Custom Order Statuses can be created via Stores > Order Status.
After a custom order status has been created, it can be assigned
to an order state. Custom order statuses can be adjusted in the
notes section of the order page.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the different methods of creating an order in Magento 2
(such as one-page checkout, multiple addresses checkout, back
end create order, Web Services API, etc.)?

A
  • One-page checkout (standard way for customers to purchase)
  • Variation is the multiple addresses checkout. This allows customers to ship different items to different places.
  • Admin panel order creation (used by CSRs)
  • API (used to automate or synchronize order creation)
  • Custom functionality. Developers can import or migrate order information into a Magento build.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Does Magento 2 native logic allow for partial shipment or partial
payment of an order, and if so, what are the conditions for using
this functionality?

A
• Yes, Magento allows partial invoices and shipments IF the payment provider is set to allow partial capture.
• Methods that allow this:
 • Payflow Pro
 • Express
 • Paypal Direct
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

When processing an order, at what point does the order become
complete?

A

When it is invoiced and shipped.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly