Describe Orders.
Describe Invoices.
Shipments.
Credit memos.
Returns (RMAs)
• Authorizes a return and gives information about that return to the merchant.
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?)
• Clicking the purchase button (at the end of the payment process) sends a request to Paypal to authorize the order and sends an email.
When editing a pending order, which order data can be changed?
What are the different order statuses available in Magento 2, and
how can they be managed by a store owner?
• 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.
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.)?
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?
• 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
When processing an order, at what point does the order become
complete?
When it is invoiced and shipped.