nimaru API (0.0.1)
Download OpenAPI specification:Download
ベジフルネット形式で入出荷情報を取得する [開発予定]
Authorizations:
API Key
query Parameters
| direction | string Enum: "departure" "arrival" 入荷情報を取得するには |
| updated_after | string <date-time> Example: updated_after=2022-12-23T12:34:56.789Z 指定された日時以降に更新されたデータを取得します。前回取得時のレスポンスヘッダに含まれる |
Responses
Response samples
- 200
Content type
application/json
[- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "date": "2019-08-24",
- "sellerId": "2b5cb5ab-0f11-4d75-8f0a-a6d87a9d534e",
- "convertedSeller": "string",
- "invoiceCode": "string",
- "unstable_oneDayCode": "1234",
- "items": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "index": 3,
- "productId": "dcd53ddb-8104-4e48-8cc0-5df1088c6113",
- "convertedProduct": "string",
- "qualityId": "9da2de7a-656a-47f8-9e8e-d5ecab62418f",
- "convertedQuality": "string",
- "sizeId": "f98600f7-1d0f-4a64-936e-93e133055658",
- "convertedSize": "string",
- "packagingId": "6b3e97ae-810f-41d7-baae-aa97e9c20202",
- "convertedPackaging": "string",
- "originId": "aae96add-b528-41c7-bc74-5164403b34b2",
- "convertedOrigin": "string",
- "unitWeight": 10000,
- "displayUnitWeight": "10kg",
- "unitQuantity": 4,
- "count": 100
}
], - "createdAt": "2019-08-24T14:15:22Z"
}
]ベジフルネット形式で入出荷情報を取得する
Authorizations:
API Key
query Parameters
| direction | string Enum: "departure" "arrival" 入荷情報を取得するには |
| updated_after | string <date-time> Example: updated_after=2022-12-23T12:34:56.789Z 指定された日時以降に更新されたデータを取得します。前回取得時のレスポンスヘッダに含まれる |
Responses
販売価格情報を配信する
Authorizations:
API Key
Request Body schema: application/json
| date required | string <date> 販売日 |
required | Array of objects 明細 |
| note | string 備考 |
Responses
Request samples
- Payload
Content type
application/json
{- "date": "2019-08-24",
- "items": [
- {
- "producer": "string",
- "product": "string",
- "quality": "string",
- "size": "string",
- "packaging": "string",
- "origin": "string",
- "unitWeight": 0,
- "unitQuantity": 0,
- "unitPrice": 0,
- "count": 0,
- "disableNotification": false,
- "note": "string"
}
], - "note": "string"
}