Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  1. How to get source doc samples for Pipe17 entities

    1. Sales Order

      {
      	"billingAddress": {
      		"address1": "9999 S Claremont St",
      		"address2": "",
      		"city": "San Mateo",
      		"company": "Test Do Not Ship",
      		"country": "US",
      		"email": "Test@pipe17.com",
      		"firstName": "TestFirstName",
      		"lastName": "TestLastName",
      		"phone": "",
      		"stateOrProvince": "CA",
      		"zipCodeOrPostalCode": "94402"
      	},
      	"createdAt": "2022-08-01T08:30:49.767Z",
      	"currency": "USD",
      	"customFields": [
      		{
      			"name": "TestCustomFieldName",
      			"value": "TestCustomFieldValue"
      		}
      	],
      	"customer": {
      		"extCustomerId": "2208010830",
      		"firstName": "Pipe17",
      		"lastName": "pipe17",
      		"company": "TestCompany"
      	},
      	"extOrderApiId": "9988770001",
      	"extOrderCreatedAt": "2022-08-01T08:31:32.000Z",
      	"extOrderId": "TestOrder001",
      	"extOrderUpdatedAt": "2022-08-02T09:41:34.000Z",
      	"extOrderUrl": "https://pipe17.com/orders/9988770001",
      	"integration": "bf5ab205c7g5kc00",
      	"lineItems": [
      		{
      			"itemDiscount": 0,
      			"itemPrice": 30,
      			"itemTax": 5.69,
      			"name": "TestProduct001",
      			"quantity": 2,
      			"requiresShipping": false,
      			"sku": "P0001",
      			"taxable": true,
      			"uniqueId": "11486016962709"
      		},
      		{
      			"itemDiscount": 0,
      			"itemPrice": 19,
      			"itemTax": 2.19,
      			"name": "TestProduct002",
      			"quantity": 3,
      			"requiresShipping": false,
      			"sku": "P0002",
      			"taxable": true,
      			"uniqueId": "11486016962899"
      		}
      	],
      	"locationId": "374a1e1804f29f54",
      	"orderDiscount": 0,
      	"orderId": "abe31280071b0999",
      	"orderSource": "Shopify",
      	"orderSourceType": "sales",
      	"orderTax": 7.8,
      	"orgKey": "6fb28a897a96f1bc",
      	"paymentStatus": "paid",
      	"payments": [
      		{
      			"method": "cash",
      			"status": "succeeded",
      			"amount": 100,
      			"currency": "USD"
      		},
      		{
      			"method": "creditCard",
      			"kind": "mastercard",
      			"status": "succeeded",
      			"amount": 24.8,
      			"currency": "USD"
      		}
      	],
      	"requireShippingLabels": false,
      	"routingStatus": "disabled",
      	"shippingAddress": {
      		"address1": "9999 S Claremont St",
      		"address2": "",
      		"city": "San Mateo",
      		"company": "Test Do Not Ship",
      		"country": "US",
      		"email": "Test@pipe17.com",
      		"firstName": "TestFirstName",
      		"lastName": "TestLastName",
      		"phone": "",
      		"stateOrProvince": "CA",
      		"zipCodeOrPostalCode": "94402"
      	},
      	"shipByDate": "2022-08-02T07:00:00.000Z",
      	"shippingCarrier": "More",
      	"shippingClass": "USPS First Class Mail",
      	"shippingCode": "",
      	"shippingPrice": 0,
      	"status": "readyForFulfillment",
      	"subTotalPrice": 117,
      	"tags": [
      		"TestTag"
      	],
      	"totalPrice": 124.8,
      	"updatedAt": "2022-08-03T10:37:49.767Z",
      	"orderType": ""
      }
    2. Shipping Request

  2. How to get source doc samples for entities from external endpoints

    1. Source doc samples from NetSuite

    2. Source doc samples from Shopify

  • No labels