Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Newstore address API

Customer Profile Addresses

Newstore address API is one of 42 APIs that Newstore publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include address. The published artifact set on APIs.io includes an OpenAPI specification, an API reference, and API documentation.

This API exposes 5 operations across 2 paths, and defines 6 schemas. It is described by OpenAPI 2.0, at version 1.0.

Requests are made against the base URL https://dodici-demo.p.newstore.net.

5 operations 2 paths 6 schemas 1 DELETE2 GET1 PATCH1 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 2.0
API Version
1.0
Base URL
https://dodici-demo.p.newstore.net
Authentication
OAuth 2.0
Resource Areas
1

Authentication & Security 1

Newstore address API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (oauth) using the application flow, exposing 29 scopes.

Paths & Operations 5

Across 2 paths, the API surfaces 5 operations — 1 DELETE, 2 GET, 1 PATCH, 1 POST. Each is listed below with its method, path, parameters, and response codes.

address 5

Customer Profile Addresses

GET
/customer/profiles/{profile_id}/addresses
listAddresses
listAddresses 3 params → default200403404429500502503
POST
/customer/profiles/{profile_id}/addresses
createOrShowAddress
createOrShowAddress 3 params → default200201400403404422429
DELETE
/customer/profiles/{profile_id}/addresses/{address_id}
destroyAddress
destroyAddress 2 params → default204400403404409429500
GET
/customer/profiles/{profile_id}/addresses/{address_id}
showAddress
showAddress 2 params → default200400403404429500502
PATCH
/customer/profiles/{profile_id}/addresses/{address_id}
updateAddress
updateAddress 4 params → default200403404409422429500

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are AddressResponse (12 properties), UpdateAddressRequest (10 properties), AddressModel (9 properties), Problem (9 properties). Each schema is shown below with its type and property counts.

UpdateAddressRequest
object
Update address request.
10 properties 1 required
ListAddressesResponse
object
List addresses response
2 properties 2 required
Problem
object
9 properties
PaginationInfo
object
Pagination info.
3 properties 3 required
AddressModel
object
Address model request without autogenerated fields like createdat, token, id, etc..
9 properties 1 required
AddressResponse
object
12 properties 4 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

newstore-address-api-openapi.yml Raw ↑

Other APIs Newstore publishes across the network.

Newstore audit-events API
Newstore cart API
Newstore cashboxes API
Newstore customer-configuration API
Newstore customer-profile API
Newstore customerProfile API
Newstore data API
Newstore EasypostAdapterConfig API
Newstore external-public API
Newstore fulfillment-requests API
Newstore identity-providers API
Newstore Import Schemas API