Apache 2.4.41
tcp/443
Open service 3.233.43.226:443 · doc.diggipacks.com
2026-01-23 03:04
HTTP/1.1 200 OK
Date: Fri, 23 Jan 2026 03:04:13 GMT
Server: Apache/2.4.41 (Ubuntu)
Vary: Accept-Encoding
Connection: close
Transfer-Encoding: chunked
Content-Type: text/html; charset=UTF-8
Page title: API
<!--
API Documentation HTML Template - 1.0.1
Copyright � 2016 Florian Nicolas
Licensed under the MIT license.
https://github.com/ticlekiwi/API-Documentation-HTML-Template
!-->
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>API</title>
<meta name="description" content="">
<meta name="author" content="ticlekiwi">
<meta http-equiv="cleartype" content="on">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/hightlightjs-dark.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.8.0/highlight.min.js"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;1,300&family=Source+Code+Pro:wght@300&display=swap"
rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" href="css/style.css" media="all">
<script>hljs.initHighlightingOnLoad();</script>
</head>
<style>
.content-menu a {
font-size: 14px;
text-decoration: none;
font-weight: 500;
}
#WEBHOOKMenu a {
text-transform: uppercase;
}
#shipmentMenu a {
text-transform: uppercase;
}
pre {
white-space: normal;
overflow: hidden;
}
</style>
<script>
function redirectToPage(select) {
const routes = {
//'FULLFILLMENT': 'fullfillment.php',
//'WEBHOOK': 'webhook.php',
//'WEBHOOKWOOCOMMERCE': 'webhookwoocommerce.php',
// 'WOOCOMMERCE': 'woocommerce.php',
//'PRODUCT': 'product.php',
//'MANIFEST': 'manifist.php',
//'FASTCOOPARTNER': 'fastcooPartner.php',
//'SHOPIFY': 'shopify.php',
'OPENCART': 'opencart.php',
// 'MAGENTO': 'magento.php',
'WORDPRESS': 'wordpress.php',
'SHOPIFY': 'index.php'
};
if (routes[select.value]) {
window.location.href = routes[select.value];
}
}
</script>
<body>
<div class="left-menu">
<div class="content-logo">
<div class="logo ">
<img alt="platform by Emily van den Heever from the Noun Project"
title="platform by Emily van den Heever from the Noun Project" src="images/NewLogoBlack-removebg-preview.png"
height="35" />
<div class="flex-box">
<span>API Documentation </span>
<div class="custom-dropdown ">
<!-- <select onchange="redirectToPage()" class="form-select our-selections"
aria-label="Default select example">
<option value="">LASTMILE</option>
<option value="FULLFILLMENT">FULLFILLMENT</option>
<option value="WEBHOOK">WEBHOOK</option>
<option value="WEBHOOK&WOOCOMMERCE">WEBHOOK&WOOCOMMERCE</option>
<option value="WOOCOMMERCE">WOOCOMMERCE</option>
<option value="PRODUCT">PRODUCT</option>
<option value="MANIFEST">MANIFEST</option>
<option value="FASTCOOPARTNER">FASTCOO PARTNER</option>
<option value=