Ship to Store
How do I enable ship to store?
Using local retailers as ship-to-store pickup sites, service points, or in-store returns is becoming a key need for every brand. Locally makes this easy by leveraging your existing, managed dealer network.
Order Fulfillment Method
Locally Dashboard Method
You are alerted to new orders by email. Any Locally admin for your company with the role Ship to Store Contact will receive email updates about new and existing orders. Orders are also visible in the Order History screen of your Locally Dashboard.
The email prompts you to head to your Locally dashboard and update the order by using options on the Locally order screen. You'll accept and process the order, and then mark it as shipped once you've sent it off. Each order update is communicated to the shopper so they can keep track.
Locally Cart API Method
Use our Cart API to receive new order alerts and update orders programmatically. You provide a Webhook URL endpoint where Locally can post order updates, as well as access to the Locally Cart API. For API documentation, please head to https://api.locally.com/reference/ship-to-store-integration.
Available To Sell Feed
Your Available to Sell (ATS) feed is an inventory feed from your warehouse that informs Locally what products are available for Ship to Store. You will need to provide a single CSV with a list of UPCs available to sell. You can post this file at an online URL (https) or transmit it over SFTP.
This file needs five fields
- UPC
- Quantity at the warehouse available to sell
- Percent retained is the percent of total revenue that your company will retain from the purchase. You can set a default percentage in your STS configuration to handle cases where there is no percent defined in the ATS feed. To use the default, in the feed enter -1
- Shipping cost is the amount the customer is charged to have the item shipped. By default, the shipping fee is $0
- Country is only required for multi-country integrations where Locally needs to understand which country a given UPC is available for
Feed format sample:
upc, qty, percent revenue retained, shipping cost, country
727602259178, 10, 70, 0, US
727602259179, 20, 70, 25, US
727602259190, 50, 65, 0, US
Alternatively, instead of defining the percent revenue retained on each order, you can define a monetary split, which is the amount of revenue the retailer should retain on each order (ex: on this product, the retailer gets $500). To use the monetary split feature, add a column titled split_flat which contains the amount the retailer should receive for a sale of that product.
Feed format sample:
upc, qty, split_flat, shipping cost, country
727602259178, 10, 500, 0, US
727602259179, 20, 350, 25, US
727602259190, 50, 500, 0, US
You cannot use both percent revenue retained and split flat.
It is your responsibility to keep this feed updated. If the feed is not available for Locally to scan, we will temporarily disable Ship to Store functionality for your brand. We will continue to scan for the feed and will re-enable functionality when the feed has been restored.
Enable Dealers
Speak with your client success manager to enable retailers in bulk for STS.
Additional Details
Manage payouts
Locally remits proceeds monthly via check or Stripe payout. To receive payments, make sure your company and mailing address information is up to date in https://www.locally.com/station/panel/billing_accounts/index and that Locally has a W9 on file for your company.
Manage returns and refunds
If a shopper requests a refund before the order has shipped to the store, the brand is responsible for issuing the refund. The shopper is refunded the full amount, and the order is canceled. No payouts are issued to either the brand or the retailer.
If a shopper requests a refund after the order has shipped to the store, by default the retailer is responsible for issuing the refund and then taking the product into their own inventory to resell. Payouts in this case are handled as follows:
- The brand will retain their payout
- If the retailer was already paid out on the order, that payout will be reversed
- The retailer will be charged by Locally for the brand's payout amount. The retailer is effectively paying the wholesale amount for the product, so they can take it into inventory and resell.
If your brand offers it, you can arrange a return with the retailer so they do not have to be charged for the product. In these special circumstances, you will notify Locally who will update the retailer's statement to ensure they are not overcharged.
Updated about 5 hours ago
