Skip to main content

Merchant Hub - Frequently asked questions

What is Merchant Hub?​

The merchant hub is a place where you can access information about all your orders and manage these orders in orders to support your customers more easy. You can also manage reporting and settlements, see additional data and perform credit purchases with a few clicks. All the things also come with an API so you can automate your workflows!

How do I login?​

An administrator of your organization is invited first by our Merchant support. Please contact us if you are that administrator. That administrator can then invite and manage users for that organization without contacting Walley. Access levels are controlled by groups that are assigned permissions and access to specific stores. More on that in the How do I control access to data?

How do I change the language?​

At the moment - you can't. All menu items and buttons are in English. The data is your own of course, so articles and other data is in the language of the original data.

How can we limit access to data?​

You can control access to data through Groups in the administration views of Merchant Hub. A user is a member of at least one group and will have the highest privileges of the combined groups that the user is a member of. You can control access to specific areas of the Merchant Hub with permissions. For example a group might only have read access to orders, while another might have both read and write access. It is also possible to control what specific stores that a group have access to see. For example you might have a contact center group that only works with stores for B2C, and then you can have one group for that and another for B2B, and some users might be a member of both. Flexible!

How can I see what happened to an order?​

To see the activity log, or the history of an order you simply search for an order and click on it to enter the order details view.

At the bottom you will find a log of activities where the latest is presented topmost.

The events in the history have different metadata such as a timestamp, who initiated the change and through what system, or affected rows of an activation.

Among many these are a few of the most common events

EventDescription
Order createdWhen the order was initially created
Rows activatedThe individual rows of an activation and who triggered it
Return madeA full or partial return was performed
Rows changedRows was changed on the order
Notification createdA notification was created for this order
Notification sentA notification was sent to the end customer

What are the different order statuses?​

StatusDescription
Not ActivatedThe order is not yet activated and is not ready to be shipped
ActivatedThe order is processed and ready to be shipped. Activated orders will be included in payouts (settlement)
Partly ActivatedSome rows of the order is ready to be shipped while others still remain not activated
ReturnedAll rows of the order was returned by the customer
CancelledAll rows of the order was cancelled
ExpiredAll rows of the order was expired since the time to activate the order was overdue
OnHoldThe order eithers requires signing due to a credit agreement, or it might be under fraud investigation for a shorter period of time
RequiresVerificationThe order requires signing of credit aggreement before it can be activated

What data can I search for?​

It is basically possible to search for anything like an order number, email address, national registration number of a customer or even an address.

Search explicitly​

To explicitly search for something you can put quotes around the text, e.g "01234567" and it will search for exactly that string.

By default the search is a full text search, meaning just typing and searching will give you hits that the system thinks you wanted to see based on a ranking algoritm. You can help the search by providing a wildcard character *. Searching for *gmail.com will give you results that include any word that ends with gmail.com

Using filters​

Quick filters​

Use the quick filters of the UI to filter orders by Created timestamp, Expires timestamp, Store Id and Status of the order.

Filter on a specific field​

It is also possible to search for a specific field, for example if I want to search for all orders of Store Id 1158 I can search for storeId:1158

Combine filters from several fields​

You can also combine several queries into one to find what you are looking for. storeId:1158 AND status:Activated will give you all activated orders of 1158

Likewise it's possible to do a query that match either expression, like storeId:1158 OR storeId:9664 will give you orders from either store 1158 or 9664

Searchable fields​

These fields can be used in the search box to filter data, for example using totalAmount:>2000 AND currency:SEK will give you all orders placed in SEK that have a total order value larger than 2000.

the following fields can also be used to form a filter.

FieldDescription
storeIdThe id of your store.
orderNumberThe orderNumber of the order.
currentPurchase.purchaseIdThe purchaseId of the order.
connectedPurchases.purchaseIdThe purchaseId of a connected purchase to the order.
paymentMethodThe paymentMethod of the purchase. Invoice Account Installment Swish Card MobilePay BankTransfer
totalAmountThe total amount of the purchase.
currencyThe currency code of the purchase. SEK NOK DKK EUR
statusThe status of the purchase. NotActivated Activated PartActivated Expired Closed Returned
placedAtThe placed date of the purchase
expiresAtThe expiration date of the purchase. This is the date that the order will expire on if not activated.
customerDetails.nameThe full name of the customer.
customerDetails.firstNameThe first name of the customer.
customerDetails.lastNameThe last name of the customer.
customerDetails.registrationNumberThe registration number of the customer.
customerDetails.countryCodeThe country code of the customers address.
customerDetails.addressLine1The addressLine1 code of the customers address.
customerDetails.addressLine2The addressLine2 code of the customers address.
customerDetails.cityThe city of the customers address.
customerDetails.postalCodeThe postalCode of the customers address.
customerDetails.emailThe email of the customer.
customerDetails.mobilePhoneNumberThe mobilePhoneNumber of the customer.
deliveryAddress.addressLine1The postalCode of the customers address.
deliveryAddress.addressLine2The postalCode of the customers address.
deliveryAddress.coAddressThe postalCode of the customers address.
deliveryAddress.receiverNameThe postalCode of the customers address.
deliveryAddress.cityThe postalCode of the customers address.
deliveryAddress.postalCodeThe postalCode of the customers address.
deliveryAddress.countryCodeThe postalCode of the customers address.
rows.articleNumberThe article number of a specific row of the order.
rows.descriptionThe description of a specific row of the order.
rows.purchaseIdThe purchaseId that the row of the order belongs to.