Narvar (Preview)
Narvar provides connection with Narvar portal. Alows create and update of orders on narvar portal as well as viewing already created orders.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Microsoft Dynamics |
URL | https://aka.ms/iomsupport |
iomdri@microsoft.com |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://www.narvar.com/ |
Privacy policy | https://corp.narvar.com/privacy-policy |
Categories | Communication;Productivity |
Creating a connection
The connector supports the following authentication types:
Default | Parameters for creating connection. | All regions | Not shareable |
Default
Applicable: All regions
Parameters for creating connection.
This is not shareable connection. If the power app is shared with another user, another user will be prompted to create new connection explicitly.
Name | Type | Description | Required |
---|---|---|---|
Account ID | securestring | The Account ID for this api | True |
Auth Tokens | securestring | The Auth Tokens for this api | True |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Create or Update Orders |
This will create a new order or send new information about an existing order |
Create or Update Shipments |
This will update an order with a shipment record or change |
Retrieve Order |
This operation is used to retrieve order details |
Create or Update Orders
This will create a new order or send new information about an existing order
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
order_number
|
order_number | string |
Order number.Primary identifier |
|
order_date
|
order_date | string |
Order placement date |
|
item_id
|
item_id | string |
More granular item identifier then SKU |
|
item_image
|
item_image | string |
Url to a public image |
|
sku
|
sku | string |
ID for the item object.Primary Key for OrderItem |
|
name
|
name | string |
Item name |
|
quantity
|
quantity | integer |
Item quantity |
|
item_promise_date
|
item_promise_date | string |
Shipment promise date |
|
quantity
|
quantity | integer |
quantity |
|
sku
|
sku | string |
sku |
|
item_id
|
item_id | string |
item_id |
|
carrier
|
carrier | string |
Normalized carrier moniker |
|
first_name
|
first_name | string |
First Name of user receiving shipment |
|
last_name
|
last_name | string |
Last Name of user receiving shipment |
|
phone
|
phone | string |
Phone number of user receiving shipment |
|
email
|
string |
Email address of user receiving shipment |
||
street_1
|
street_1 | string |
street 1 |
|
street_2
|
street_2 | string |
street 2 |
|
city
|
city | string |
city |
|
state
|
state | string |
state |
|
zip
|
zip | string |
zip |
|
country
|
country | string |
country |
|
ship_date
|
ship_date | string |
Initial shipment date. |
|
tracking_number
|
tracking_number | string |
Tracking number for the shipment |
|
first_name
|
first_name | string |
First Name of billing user |
|
last_name
|
last_name | string |
Last Name of billing user |
|
phone
|
phone | string |
Phone number of billing user |
|
phone_extension
|
phone_extension | string |
phone extension of billing user |
|
email
|
string |
Email address of billing user |
||
city
|
city | string |
city |
|
state
|
state | string |
state |
|
zip
|
zip | string |
zip |
|
country
|
country | string |
country |
|
amount
|
amount | float |
Total Billing Amount |
|
tax_amount
|
tax_amount | float |
Order Tax Amount |
Returns
Name | Path | Type | Description |
---|---|---|---|
status
|
status | string |
status |
messages
|
messages | array of object |
messages |
code
|
messages.code | string |
code |
message
|
messages.message | string |
message |
Create or Update Shipments
This will update an order with a shipment record or change
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Request body
|
$OrderNumber | True | string |
The order number |
quantity
|
quantity | integer |
quantity |
|
sku
|
sku | string |
sku |
|
item_id
|
item_id | string |
item id |
|
carrier
|
carrier | string |
Normalized carrier moniker |
|
first_name
|
first_name | string |
First Name of user receiving shipment |
|
last_name
|
last_name | string |
Last Name of user receiving shipment |
|
phone
|
phone | string |
Phone number of user receiving shipment |
|
email
|
string |
Email address of user receiving shipment |
||
street_1
|
street_1 | string |
street 1 |
|
street_2
|
street_2 | string |
street 2 |
|
city
|
city | string |
city |
|
state
|
state | string |
state |
|
zip
|
zip | string |
zip |
|
country
|
country | string |
country |
|
ship_date
|
ship_date | string |
Initial shipment date. |
|
tracking_number
|
tracking_number | string |
Tracking number for the shipment |
Returns
Name | Path | Type | Description |
---|---|---|---|
status
|
status | string |
status |
messages
|
messages | array of object |
messages |
code
|
messages.code | string |
code |
message
|
messages.message | string |
message |
Retrieve Order
This operation is used to retrieve order details
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
Order Number
|
$OrderNumber | True | string |
The order number |
Returns
Name | Path | Type | Description |
---|---|---|---|
order_number
|
order_info.order_number | string |
order_number |
order_date
|
order_info.order_date | string |
order_date |
order_items
|
order_info.order_items | array of object |
order_items |
fulfillment_status
|
order_info.order_items.fulfillment_status | string |
fulfillment_status |
item_image
|
order_info.order_items.item_image | string |
item_image |
item_url
|
order_info.order_items.item_url | string |
item_url |
name
|
order_info.order_items.name | string |
name |
quantity
|
order_info.order_items.quantity | integer |
quantity |
sku
|
order_info.order_items.sku | string |
sku |
unit_price
|
order_info.order_items.unit_price | integer |
unit_price |
categories
|
order_info.order_items.categories | array of string |
categories |
is_backordered
|
order_info.order_items.is_backordered | boolean |
is_backordered |
vendors
|
order_info.order_items.vendors | array of object |
vendors |
phone
|
order_info.order_items.vendors.phone | string |
phone |
name
|
order_info.order_items.vendors.name | string |
name |
street_1
|
order_info.order_items.vendors.address.street_1 | string |
street_1 |
city
|
order_info.order_items.vendors.address.city | string |
city |
state
|
order_info.order_items.vendors.address.state | string |
state |
zip
|
order_info.order_items.vendors.address.zip | string |
zip |
country
|
order_info.order_items.vendors.address.country | string |
country |
street_2
|
order_info.order_items.vendors.address.street_2 | string |
street_2 |
email
|
order_info.order_items.vendors.email | string |
|
type
|
order_info.order_items.vendors.type | string |
type |
description
|
order_info.order_items.description | string |
description |
discount_amount
|
order_info.order_items.discount_amount | float |
discount_amount |
discount_percent
|
order_info.order_items.discount_percent | float |
discount_percent |
final_sale_date
|
order_info.order_items.final_sale_date | string |
final_sale_date |
is_final_sale
|
order_info.order_items.is_final_sale | boolean |
is_final_sale |
is_gift
|
order_info.order_items.is_gift | boolean |
is_gift |
item_id
|
order_info.order_items.item_id | string |
item_id |
item_promise_date
|
order_info.order_items.item_promise_date | string |
item_promise_date |
line_number
|
order_info.order_items.line_number | integer |
line_number |
fulfillment_type
|
order_info.order_items.fulfillment_type | string |
fulfillment_type |
uom
|
order_info.order_items.dimensions.uom | string |
uom |
length
|
order_info.order_items.dimensions.length | float |
length |
width
|
order_info.order_items.dimensions.width | float |
width |
height
|
order_info.order_items.dimensions.height | float |
height |
weight
|
order_info.order_items.dimensions.weight | float |
weight |
weight_uom
|
order_info.order_items.dimensions.weight_uom | string |
weight_uom |
promotion
|
order_info.order_items.attributes.ad9.promotion | string |
promotion |
promotion
|
order_info.order_items.attributes.pariaturfb.promotion | string |
promotion |
promotion
|
order_info.order_items.attributes.adipisicing_1c.promotion | string |
promotion |
promotion
|
order_info.order_items.attributes.tempor639.promotion | string |
promotion |
promotion
|
order_info.order_items.attributes.dolor_e.promotion | string |
promotion |
promotion
|
order_info.order_items.attributes.consectetur_b.promotion | string |
promotion |
promotion
|
order_info.order_items.attributes.cupidatat8.promotion | string |
promotion |
promotion
|
order_info.order_items.attributes.consequatbc.promotion | string |
promotion |
events
|
order_info.order_items.events | array of object |
events |
event
|
order_info.order_items.events.event | string |
event |
quantity
|
order_info.order_items.events.quantity | integer |
quantity |
sequence
|
order_info.order_items.events.sequence | integer |
sequence |
date
|
order_info.order_items.events.date | string |
date |
anticipated_ship_date
|
order_info.order_items.anticipated_ship_date | string |
anticipated_ship_date |
original_unit_price
|
order_info.order_items.original_unit_price | integer |
original_unit_price |
original_line_price
|
order_info.order_items.original_line_price | integer |
original_line_price |
line_price
|
order_info.order_items.line_price | integer |
line_price |
shipments
|
order_info.shipments | array of object |
shipments |
items_info
|
order_info.shipments.items_info | array of object |
items_info |
item_id
|
order_info.shipments.items_info.item_id | string |
item_id |
sku
|
order_info.shipments.items_info.sku | string |
sku |
quantity
|
order_info.shipments.items_info.quantity | integer |
quantity |
carrier
|
order_info.shipments.carrier | string |
carrier |
ship_date
|
order_info.shipments.ship_date | string |
ship_date |
tracking_number
|
order_info.shipments.tracking_number | string |
tracking_number |
first_name
|
order_info.shipments.shipped_to.first_name | string |
first_name |
last_name
|
order_info.shipments.shipped_to.last_name | string |
last_name |
street_1
|
order_info.shipments.shipped_to.address.street_1 | string |
street_1 |
city
|
order_info.shipments.shipped_to.address.city | string |
city |
state
|
order_info.shipments.shipped_to.address.state | string |
state |
zip
|
order_info.shipments.shipped_to.address.zip | string |
zip |
country
|
order_info.shipments.shipped_to.address.country | string |
country |
street_2
|
order_info.shipments.shipped_to.address.street_2 | string |
street_2 |
email
|
order_info.shipments.shipped_to.email | string |
|
phone
|
order_info.shipments.shipped_to.phone | string |
phone |
location_id
|
order_info.shipments.shipped_to.location_id | string |
location_id |
ship_method
|
order_info.shipments.ship_method | string |
ship_method |
carrier_service
|
order_info.shipments.carrier_service | string |
carrier_service |
ship_source
|
order_info.shipments.ship_source | string |
ship_source |
ship_discount
|
order_info.shipments.ship_discount | float |
ship_discount |
ship_tax
|
order_info.shipments.ship_tax | float |
ship_tax |
ship_total
|
order_info.shipments.ship_total | float |
ship_total |
company_name
|
order_info.shipments.shipped_from.company_name | string |
company_name |
email
|
order_info.shipments.shipped_from.email | string |
|
first_name
|
order_info.shipments.shipped_from.first_name | string |
first_name |
last_name
|
order_info.shipments.shipped_from.last_name | string |
last_name |
phone
|
order_info.shipments.shipped_from.phone | string |
phone |
street_1
|
order_info.shipments.shipped_from.address.street_1 | string |
street_1 |
city
|
order_info.shipments.shipped_from.address.city | string |
city |
state
|
order_info.shipments.shipped_from.address.state | string |
state |
zip
|
order_info.shipments.shipped_from.address.zip | string |
zip |
country
|
order_info.shipments.shipped_from.address.country | string |
country |
street_2
|
order_info.shipments.shipped_from.address.street_2 | string |
street_2 |
location_id
|
order_info.shipments.shipped_from.location_id | string |
location_id |
promotion
|
order_info.shipments.attribute.anim_a36.promotion | string |
promotion |
promotion
|
order_info.shipments.attribute.sunt_9.promotion | string |
promotion |
promotion
|
order_info.shipments.attribute.eu1bd.promotion | string |
promotion |
first_name
|
order_info.billing.billed_to.first_name | string |
first_name |
last_name
|
order_info.billing.billed_to.last_name | string |
last_name |
street_1
|
order_info.billing.billed_to.address.street_1 | string |
street_1 |
city
|
order_info.billing.billed_to.address.city | string |
city |
state
|
order_info.billing.billed_to.address.state | string |
state |
zip
|
order_info.billing.billed_to.address.zip | string |
zip |
country
|
order_info.billing.billed_to.address.country | string |
country |
street_2
|
order_info.billing.billed_to.address.street_2 | string |
street_2 |
email
|
order_info.billing.billed_to.email | string |
|
phone
|
order_info.billing.billed_to.phone | string |
phone |
location_id
|
order_info.billing.billed_to.location_id | string |
location_id |
amount
|
order_info.billing.amount | float |
amount |
payments
|
order_info.billing.payments | array of object |
payments |
is_gift_card
|
order_info.billing.payments.is_gift_card | string |
is_gift_card |
merchant
|
order_info.billing.payments.merchant | string |
merchant |
method
|
order_info.billing.payments.method | string |
method |
expiration_date
|
order_info.billing.payments.expiration_date | string |
expiration_date |
tax_amount
|
order_info.billing.tax_amount | float |
tax_amount |
tax_rate
|
order_info.billing.tax_rate | float |
tax_rate |
shipping_handling
|
order_info.billing.shipping_handling | float |
shipping_handling |
pickups
|
order_info.pickups | array of object |
pickups |
id
|
order_info.pickups.id | string |
id |
items_info
|
order_info.pickups.items_info | array of object |
items_info |
sku
|
order_info.pickups.items_info.sku | string |
sku |
quantity
|
order_info.pickups.items_info.quantity | integer |
quantity |
item_id
|
order_info.pickups.items_info.item_id | string |
item_id |
code
|
order_info.pickups.status.code | string |
code |
date
|
order_info.pickups.status.date | string |
date |
message
|
order_info.pickups.status.message | string |
message |
street_1
|
order_info.pickups.store.address.street_1 | string |
street_1 |
city
|
order_info.pickups.store.address.city | string |
city |
state
|
order_info.pickups.store.address.state | string |
state |
zip
|
order_info.pickups.store.address.zip | string |
zip |
country
|
order_info.pickups.store.address.country | string |
country |
street_2
|
order_info.pickups.store.address.street_2 | string |
street_2 |
name
|
order_info.pickups.store.name | string |
name |
id
|
order_info.pickups.store.id | string |
id |
store_area
|
order_info.pickups.store.store_area | string |
store_area |
url
|
order_info.pickups.store.url | string |
url |
phone_number
|
order_info.pickups.store.phone_number | string |
phone_number |
hours
|
order_info.pickups.store.hours | array of object |
hours |
open
|
order_info.pickups.store.hours.open | string |
open |
close
|
order_info.pickups.store.hours.close | string |
close |
type
|
order_info.pickups.type | string |
type |
eta
|
order_info.pickups.eta | string |
eta |
pickup_by_date
|
order_info.pickups.pickup_by_date | string |
pickup_by_date |
promotion
|
order_info.pickups.attributes.ex_8.promotion | string |
promotion |
promotion
|
order_info.pickups.attributes.tempor302.promotion | string |
promotion |
promotion
|
order_info.pickups.attributes.minim_e.promotion | string |
promotion |
promotion
|
order_info.pickups.attributes.do0a.promotion | string |
promotion |
promotion
|
order_info.pickups.attributes.voluptate_e.promotion | string |
promotion |
promotion
|
order_info.pickups.attributes.aute29f.promotion | string |
promotion |
carrier
|
order_info.pickups.carrier | string |
carrier |
tracking_number
|
order_info.pickups.tracking_number | string |
tracking_number |
ship_date
|
order_info.pickups.ship_date | string |
ship_date |
collection_token
|
order_info.pickups.collection_token | string |
collection_token |
customer_id
|
order_info.customer.customer_id | string |
customer_id |
street_1
|
order_info.customer.address.street_1 | string |
street_1 |
city
|
order_info.customer.address.city | string |
city |
state
|
order_info.customer.address.state | string |
state |
zip
|
order_info.customer.address.zip | string |
zip |
country
|
order_info.customer.address.country | string |
country |
street_2
|
order_info.customer.address.street_2 | string |
street_2 |
email
|
order_info.customer.email | string |
|
first_name
|
order_info.customer.first_name | string |
first_name |
last_name
|
order_info.customer.last_name | string |
last_name |
phone
|
order_info.customer.phone | string |
phone |
customer_type
|
order_info.customer.customer_type | string |
customer_type |
customer_tier
|
order_info.customer.customer_tier | string |
customer_tier |
notification_preferences
|
order_info.customer.notification_preferences | array of string |
notification_preferences |
promotion
|
order_info.attributes.consequatf3.promotion | string |
promotion |
promotion
|
order_info.attributes.eu0.promotion | string |
promotion |
events
|
order_info.events | array of object |
events |
event
|
order_info.events.event | string |
event |
date
|
order_info.events.date | string |
date |
currency_code
|
order_info.currency_code | string |
currency_code |
order_promise_date
|
order_info.order_promise_date | string |
order_promise_date |
selected_ship_method
|
order_info.selected_ship_method | string |
selected_ship_method |
status
|
status | string |
status |
messages
|
messages | array of object |
messages |
code
|
messages.code | string |
code |