Created
May 16, 2025 12:33
-
-
Save atcraigwatson/db9f52b2093ee38c9f5bc048a96bb361 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "string", | |
"seriesPrefix": "BOOK", | |
"seriesStatus": "ACTIVE/INACTIVE", | |
"mainPublications": [ | |
{ | |
"orderId": "string", | |
"itemId": "string" | |
} | |
], | |
"relatedPublications": [ | |
{ | |
"reference": { | |
"orderId": "string", | |
"itemId": "string" | |
}, | |
"relationship": "PREQUEL" | |
} | |
], | |
"deliveries": [ | |
{ | |
"address": { | |
"firstName": "Sherlock", | |
"lastName": "Holmes", | |
"postcode": "NW1 6XE", | |
"line1": "221B Baker Street", | |
"line2": "string", | |
"town": "London", | |
"county": "Marylebone", | |
"country": "GB", | |
"phoneNumber": "+44 1923 594 252", | |
"emailAddress": "[email protected]" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment