Skip to content

Instantly share code, notes, and snippets.

@bherila
bherila / english.txt
Created November 9, 2017 04:54
english wordlist
This file has been truncated, but you can view the full file.
A
A acid
A b station
A battery
A bond
A derrick
A la marengo
A la maryland
A level
A major

FORT RESTful Order API v1.04 Documentation

The following reference guide will allow you to create orders and retrieve their status within the FORT Warehouse Management System (WMS).

Overview

The RESTful Order API is intended to be used by an external system that would like to fulfill orders within WMS. The RESTful Order API allows a system to create and view the status of orders securely over HTTPS.

Flow

ls | grep -e "\.json$" | while read file; do
in2csv $file > "$(echo "$file" | cut -f -4 -d .).csv";
done
This file has been truncated, but you can view the full file.
{
"listings": [
{
"listing": {
"listingIdSHA": "1227583713283266489",
"compassPropertyId": 63839393134201230,
"feedListingId": "1227583713283266489",
"listingType": 2,
"sourceFilters": [
3,
This file has been truncated, but you can view the full file.
{
"buildings": [],
"geospatial": {
"buildings": [],
"centerCoords": {
"lat": 37.775971,
"lng": -122.412758
},
"containerSize": {
"width": 703,
@bherila
bherila / album.conf
Created May 26, 2025 06:35 — forked from avrahamappel/album.conf
yt-dlp configuration for downloading music with metadata and cover art
# Download in m4a format
--format="ba"
--extract-audio
--audio-format m4a
# Continue downloading if the download failed previously
--continue
--no-overwrites
# Set track number, album name, and artist name metadata tags
Here’s a recap of the flow you should follow after you commit an order edit using orderEditCommit:
1. Commit the Order Edit
You already do this with orderEditCommit.
2. Fetch Fulfillment Orders for the Edited Order
After the edit is committed, fetch the fulfillment orders for the order to see if multiple fulfillment orders exist (which can happen if new items were added and the original fulfillment order was not eligible for modification).
Operation