What is a "remote store"?
A remote store is a source of orders and listings in the form of JSON/CSV files hosted at a location of your desire.
Remote store file formats
The JSON/CSV files must follow the format as specified in the following articles:
Connect a new remote store
Remote stores can be connected to SKULabs by following these steps:
Navigate to Settings page > Stores tab.
Click on Add store
Click on Other, then select Remote store
Complete the form and click on Save & Continue.
Mark as shipped (Shipment Notifications)
SKULabs POSTs a mark as shipped request in SKULabs format to POST {transport_type}://{hostname}/{mark_as_shipped_location}
โ
Basic JSON format, note there is much more available:
{ order_number: String, order_id: String, tracking_number: String, tracking_url: String, carrier: String, items: [{ line_id: String, sku: String, listing_id: String, variant_id: String, quantity: Number }]]